ESP-IDF
bta_hf_client_handle_ok()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bta_hf_client_handle_ok()
bta_hf_client_handle_ok() function
* COMMON AT EVENT HANDLING FUNCTIONS * Receives data (strings, ints, etc.) from the parser and processes this data. * No buffer parsing is being done here.
Syntax
Show:
Summary
Declaration
Definition
from
bta_hf_client_at.c:97
static
void
bta_hf_client_handle_ok
(
void
)
;
Implemented in
bta_hf_client_at.c:271
Examples
References
from
examples
Code
Location
Referrer
static
void
bta_hf_client_handle_ok
(
void
)
bta_hf_client_at.c:271
static
void
bta_hf_client_handle_ok
(
void
)
;
bta_hf_client_at.c:97
bta_hf_client_handle_ok
(
)
;
bta_hf_client_at.c:191
bta_hf_client_send_at()
bta_hf_client_handle_ok
(
)
;
bta_hf_client_at.c:601
bta_hf_client_parse_ok()
Call Tree
from
examples
bta_hf_client_handle_ok()
is called by 2 functions and calls 8 functions:
bta_hf_client_send_at()
bta_hf_client_parse_ok()
All items filtered out
bta_hf_client_handle_ok()
esp_log_timestamp()
esp_log_write()
bta_hf_client_at_result()
bta_hf_client_slc_seq()
bta_hf_client_stop_at_hold_timer()
bta_hf_client_start_at_hold_timer()
bta_hf_client_stop_at_resp_timer()
bta_hf_client_send_queued_at()
All items filtered out
Data Use
from
examples
bta_hf_client_handle_ok()
reads 13 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
::BTA_HF_CLIENT_AT_NONE
::BTA_HF_CLIENT_AT_BIA
::BTA_HF_CLIENT_AT_CLIP
::BTA_HF_CLIENT_AT_BCC
::BTA_HF_CLIENT_AT_BCS
tBTA_HF_CLIENT_AT_CB::current_cmd
tBTA_HF_CLIENT_SCB::svc_conn
tBTA_HF_CLIENT_SCB::send_at_reply
tBTA_HF_CLIENT_SCB::at_cb
tBTA_HF_CLIENT_CB::scb
bta_hf_client_cb
All items filtered out
bta_hf_client_handle_ok()
tBTA_HF_CLIENT_AT_CB::current_cmd
tBTA_HF_CLIENT_SCB::send_at_reply
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