ESP-IDF
tBTM_CB::bl_evt_mask
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_CB::bl_evt_mask
tBTM_CB::bl_evt_mask field
Syntax
Show:
Summary
Declaration
from
btm_int.h:861
tBTM_BL_EVENT_MASK
bl_evt_mask
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BL_EVENT_MASK
bl_evt_mask
;
btm_int.h:861
if
(
btm_cb
.
p_bl_changed_cb
&&
(
btm_cb
.
bl_evt_mask
&
BTM_BL_UPDATE_MASK
)
)
{
btm_acl.c:582
btm_acl_update_busy_level()
if
(
btm_cb
.
p_bl_changed_cb
&&
(
btm_cb
.
bl_evt_mask
&
BTM_BL_ROLE_CHG_MASK
)
)
{
btm_acl.c:822
btm_acl_encrypt_change()
if
(
btm_cb
.
p_bl_changed_cb
&&
(
btm_cb
.
bl_evt_mask
&
BTM_BL_ROLE_CHG_MASK
)
)
{
btm_acl.c:1527
btm_acl_role_changed()
btm_cb
.
bl_evt_mask
=
evt_mask
;
btm_acl.c:1844
BTM_RegBusyLevelNotif()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CB::bl_evt_mask
is written by 1 function and is read by 3 functions:
BTM_RegBusyLevelNotif()
All items filtered out
tBTM_CB::bl_evt_mask
btm_acl_update_busy_level()
btm_acl_encrypt_change()
btm_acl_role_changed()
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