ESP-IDF
tBTA_SYS_HW_MSG::hw_module
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_HW_MSG::hw_module
tBTA_SYS_HW_MSG::hw_module field
Syntax
Show:
Summary
Declaration
from
bta_sys.h:159
tBTA_SYS_HW_MODULE
hw_module
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_SYS_HW_MODULE
hw_module
;
bta_sys.h:159
sys_enable_event
->
hw_module
=
BTA_SYS_HW_BLUETOOTH
;
bta_dm_act.c:297
bta_dm_enable()
sys_enable_event
->
hw_module
=
BTA_SYS_HW_BLUETOOTH
;
bta_dm_act.c:3849
bta_dm_disable_conn_down_timer_cback()
bta_sys_cb
.
sys_hw_module_active
|=
(
(
UINT32
)
1
<
<
p_sys_hw_msg
->
hw_module
)
;
bta_sys_main.c:339
bta_sys_hw_api_enable()
p_msg
->
hw_module
=
p_sys_hw_msg
->
hw_module
;
bta_sys_main.c:344
bta_sys_hw_api_enable()
bta_sys_cb
.
sys_hw_module_active
|=
(
(
UINT32
)
1
<
<
p_sys_hw_msg
->
hw_module
)
;
bta_sys_main.c:350
bta_sys_hw_api_enable()
if
(
bta_sys_cb
.
sys_hw_cback
[
p_sys_hw_msg
->
hw_module
]
!=
NULL
)
{
bta_sys_main.c:353
bta_sys_hw_api_enable()
bta_sys_cb
.
sys_hw_cback
[
p_sys_hw_msg
->
hw_module
]
(
BTA_SYS_HW_ON_EVT
)
;
bta_sys_main.c:354
bta_sys_hw_api_enable()
p_sys_hw_msg
->
hw_module
,
bta_sys_cb
.
sys_hw_module_active
)
;
bta_sys_main.c:359
bta_sys_hw_api_enable()
p_sys_hw_msg
->
hw_module
,
bta_sys_cb
.
sys_hw_module_active
)
;
bta_sys_main.c:376
bta_sys_hw_api_disable()
bta_sys_disable
(
p_sys_hw_msg
->
hw_module
)
;
bta_sys_main.c:379
bta_sys_hw_api_disable()
bta_sys_cb
.
sys_hw_module_active
&=
~
(
(
UINT32
)
1
<
<
p_sys_hw_msg
->
hw_module
)
;
bta_sys_main.c:383
bta_sys_hw_api_disable()
if
(
bta_sys_cb
.
sys_hw_cback
[
p_sys_hw_msg
->
hw_module
]
!=
NULL
)
{
bta_sys_main.c:389
bta_sys_hw_api_disable()
bta_sys_cb
.
sys_hw_cback
[
p_sys_hw_msg
->
hw_module
]
(
BTA_SYS_HW_OFF_EVT
)
;
bta_sys_main.c:390
bta_sys_hw_api_disable()
p_msg
->
hw_module
=
p_sys_hw_msg
->
hw_module
;
bta_sys_main.c:399
bta_sys_hw_api_disable()
APPL_TRACE_EVENT
(
"bta_sys_hw_evt_enabled for %i\n"
,
p_sys_hw_msg
->
hw_module
)
;
bta_sys_main.c:420
bta_sys_hw_evt_enabled()
APPL_TRACE_DEBUG
(
"bta_sys_hw_evt_disabled - module 0x%X\n"
,
p_sys_hw_msg
->
hw_module
)
;
bta_sys_main.c:439
bta_sys_hw_evt_disabled()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_SYS_HW_MSG::hw_module
is written by 4 functions and is read by 4 functions:
bta_dm_enable()
bta_dm_disable_conn_down_timer_cback()
bta_sys_hw_api_enable()
bta_sys_hw_api_disable()
All items filtered out
tBTA_SYS_HW_MSG::hw_module
bta_sys_hw_api_enable()
bta_sys_hw_api_disable()
bta_sys_hw_evt_enabled()
bta_sys_hw_evt_disabled()
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