ESP-IDF
bta_hd_state_code()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_hd_state_code()
bta_hd_state_code() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_hd_main.c:191
static
const
char
*
bta_hd_state_code
(
tBTA_HD_STATE
state_code
)
;
Implemented in
bta_hd_main.c:306
Arguments
Argument
state_code
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
bta_hd_state_code
(
tBTA_HD_STATE
state_code
)
bta_hd_main.c:306
static
const
char
*
bta_hd_state_code
(
tBTA_HD_STATE
state_code
)
;
bta_hd_main.c:191
APPL_TRACE_EVENT
(
"%s: state=%s (%d) event=%s (%d)"
,
__func__
,
bta_hd_state_code
(
bta_hd_cb
.
state
)
,
bta_hd_cb
.
state
,
bta_hd_main.c:209
bta_hd_sm_execute()
APPL_TRACE_EVENT
(
"%s: [new] state=%s (%d)"
,
__func__
,
bta_hd_state_code
(
bta_hd_cb
.
state
)
,
bta_hd_cb
.
state
)
;
bta_hd_main.c:224
bta_hd_sm_execute()
Call Tree
from
examples
bta_hd_state_code()
is called by 1 function:
bta_hd_sm_execute()
All items filtered out
bta_hd_state_code()
All items filtered out
Data Use
from
examples
bta_hd_state_code()
reads 4 variables:
::BTA_HD_INIT_ST
::BTA_HD_IDLE_ST
::BTA_HD_CONN_ST
::BTA_HD_TRANSIENT_TO_INIT_ST
All items filtered out
bta_hd_state_code()
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