ESP-IDF
tBTA_SYS_CB::state
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
tBTA_SYS_CB::state
tBTA_SYS_CB::state field
Syntax
Show:
Summary
Declaration
from
bta_sys_int.h:56
tBTA_SYS_HW_STATE
state
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_SYS_HW_STATE
state
;
bta_sys_int.h:56
APPL_TRACE_EVENT
(
"bta_sys_sm_execute state:%d, event:0x%x\n"
,
bta_sys_cb
.
state
,
p_msg
->
event
)
;
bta_sys_main.c:218
bta_sys_sm_execute()
state_table
=
bta_sys_st_tbl
[
bta_sys_cb
.
state
]
;
bta_sys_main.c:221
bta_sys_sm_execute()
bta_sys_cb
.
state
=
state_table
[
p_msg
->
event
&
0x00ff
]
[
BTA_SYS_NEXT_STATE
]
;
bta_sys_main.c:223
bta_sys_sm_execute()
if
(
(
!
bta_sys_cb
.
sys_hw_module_active
)
&&
(
bta_sys_cb
.
state
!=
BTA_SYS_HW_ON
)
)
{
bta_sys_main.c:337
bta_sys_hw_api_enable()
bta_sys_cb
.
state
=
BTA_SYS_HW_STOPPING
;
bta_sys_main.c:394
bta_sys_hw_api_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_SYS_CB::state
is written by 2 functions and is read by 2 functions:
bta_sys_sm_execute()
bta_sys_hw_api_disable()
All items filtered out
tBTA_SYS_CB::state
bta_sys_sm_execute()
bta_sys_hw_api_enable()
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