ESP-IDF
bta_hf_client_at_parse()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bta_hf_client_at_parse()
bta_hf_client_at_parse() function
* MAIN PARSING FUNCTION
Syntax
Show:
Summary
Declaration
Definition
from
bta_hf_client_int.h:254
extern
void
bta_hf_client_at_parse
(
char
*
buf
,
unsigned
int
len
)
;
Implemented in
bta_hf_client_at.c:1327
Arguments
Argument
buf
len
Examples
References
from
examples
Code
Location
Referrer
void
bta_hf_client_at_parse
(
char
*
buf
,
unsigned
int
len
)
bta_hf_client_at.c:1327
extern
void
bta_hf_client_at_parse
(
char
*
buf
,
unsigned
int
len
)
;
bta_hf_client_int.h:254
bta_hf_client_at_parse
(
buf
,
len
)
;
bta_hf_client_act.c:515
bta_hf_client_rfc_data()
Call Tree
from
examples
bta_hf_client_at_parse()
is called by 1 function and calls 9 functions:
bta_hf_client_rfc_data()
All items filtered out
bta_hf_client_at_parse()
esp_log_timestamp()
esp_log_write()
free()
osi_malloc_func()
bta_hf_client_at_reset()
bta_hf_client_sm_execute()
bta_hf_client_at_parse_start()
bta_hf_client_check_at_complete()
bta_hf_client_at_clear_buf()
All items filtered out
Data Use
from
examples
bta_hf_client_at_parse()
reads 9 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
tBTA_HF_CLIENT_AT_CB::buf
tBTA_HF_CLIENT_AT_CB::offset
::BTA_HF_CLIENT_API_CLOSE_EVT
tBTA_HF_CLIENT_SCB::at_cb
tBTA_HF_CLIENT_CB::scb
bta_hf_client_cb
All items filtered out
bta_hf_client_at_parse()
tBTA_HF_CLIENT_AT_CB::offset
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out