ESP-IDF
tBTM_BLE_CB::cur_states
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
tBTM_BLE_CB::cur_states
tBTM_BLE_CB::cur_states field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:380
tBTM_BLE_STATE_MASK
cur_states
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BLE_STATE_MASK
cur_states
;
/* bit mask of tBTM_BLE_STATE */
btm_ble_int.h:380
btm_cb
.
ble_ctr_cb
.
cur_states
|=
(
request_state_mask
&
BTM_BLE_STATE_ALL_MASK
)
;
btm_ble_gap.c:4426
btm_ble_set_topology_mask()
btm_cb
.
ble_ctr_cb
.
cur_states
&=
~
request_state_mask
;
btm_ble_gap.c:4442
btm_ble_clear_topology_mask()
return
btm_cb
.
ble_ctr_cb
.
cur_states
;
btm_ble_gap.c:4457
btm_ble_get_topology_mask()
p_cb
->
cur_states
=
0
;
btm_ble_gap.c:4562
btm_ble_init()
UINT16
cur_states
=
btm_cb
.
ble_ctr_cb
.
cur_states
;
btm_ble_gap.c:4642
btm_ble_topology_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_CB::cur_states
is written by 3 functions and is read by 4 functions:
btm_ble_set_topology_mask()
btm_ble_clear_topology_mask()
btm_ble_init()
All items filtered out
tBTM_BLE_CB::cur_states
btm_ble_set_topology_mask()
btm_ble_clear_topology_mask()
btm_ble_get_topology_mask()
btm_ble_topology_check()
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