ESP-IDF
bta_hf_client_handle_error()
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_handle_error()
bta_hf_client_handle_error() function
Syntax
Show:
Summary
Declaration
from
bta_hf_client_at.c:310
static
void
bta_hf_client_handle_error
(
tBTA_HF_CLIENT_AT_RESULT_TYPE
type
,
UINT16
cme
)
;
Arguments
Argument
type
cme
Examples
References
from
examples
Code
Location
Referrer
static
void
bta_hf_client_handle_error
(
tBTA_HF_CLIENT_AT_RESULT_TYPE
type
,
UINT16
cme
)
bta_hf_client_at.c:310
bta_hf_client_handle_error
(
BTA_HF_CLIENT_AT_RESULT_CME
,
code
)
;
bta_hf_client_at.c:485
bta_hf_client_handle_cmeerror()
bta_hf_client_handle_error
(
BTA_HF_CLIENT_AT_RESULT_ERROR
,
0
)
;
bta_hf_client_at.c:611
bta_hf_client_parse_error()
bta_hf_client_handle_error
(
BTA_HF_CLIENT_AT_RESULT_BUSY
,
0
)
;
bta_hf_client_at.c:1110
bta_hf_client_parse_busy()
bta_hf_client_handle_error
(
BTA_HF_CLIENT_AT_RESULT_DELAY
,
0
)
;
bta_hf_client_at.c:1120
bta_hf_client_parse_delayed()
bta_hf_client_handle_error
(
BTA_HF_CLIENT_AT_RESULT_NO_CARRIER
,
0
)
;
bta_hf_client_at.c:1130
bta_hf_client_parse_no_carrier()
bta_hf_client_handle_error
(
BTA_HF_CLIENT_AT_RESULT_NO_ANSWER
,
0
)
;
bta_hf_client_at.c:1140
bta_hf_client_parse_no_answer()
bta_hf_client_handle_error
(
BTA_HF_CLIENT_AT_RESULT_BLACKLISTED
,
0
)
;
bta_hf_client_at.c:1150
bta_hf_client_parse_blacklisted()
Call Tree
from
examples
bta_hf_client_handle_error()
is called by 7 functions and calls 7 functions:
bta_hf_client_handle_cmeerror()
bta_hf_client_parse_error()
bta_hf_client_parse_busy()
bta_hf_client_parse_delayed()
bta_hf_client_parse_no_carrier()
bta_hf_client_parse_no_answer()
bta_hf_client_parse_blacklisted()
All items filtered out
bta_hf_client_handle_error()
esp_log_timestamp()
esp_log_write()
bta_hf_client_at_result()
bta_hf_client_slc_seq()
bta_hf_client_cback_sco()
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_error()
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_error()
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