ESP-IDF
tBTM_BLE_STATE_MASK
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_STATE_MASK
tBTM_BLE_STATE_MASK
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:283
typedef
UINT16
tBTM_BLE_STATE_MASK
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
UINT16
tBTM_BLE_STATE_MASK
;
btm_ble_int.h:283
typedef
BOOLEAN
(
BTM_TOPOLOGY_FUNC_PTR
)
(
tBTM_BLE_STATE_MASK
)
;
btm_ble_gap.c:4032
tBTM_BLE_STATE_MASK
temp_mask
=
btm_ble_get_topology_mask
(
)
;
btm_ble_gap.c:4147
btm_ble_stop_adv()
BOOLEAN
btm_ble_set_topology_mask
(
tBTM_BLE_STATE_MASK
request_state_mask
)
btm_ble_gap.c:4423
btm_ble_set_topology_mask()
BOOLEAN
btm_ble_clear_topology_mask
(
tBTM_BLE_STATE_MASK
request_state_mask
)
btm_ble_gap.c:4439
btm_ble_clear_topology_mask()
tBTM_BLE_STATE_MASK
btm_ble_get_topology_mask
(
void
)
btm_ble_gap.c:4455
btm_ble_get_topology_mask()
BOOLEAN
btm_ble_topology_check
(
tBTM_BLE_STATE_MASK
request_state_mask
)
btm_ble_gap.c:4636
btm_ble_topology_check()
tBTM_BLE_STATE_MASK
cur_states
;
/* bit mask of tBTM_BLE_STATE */
btm_ble_int.h:380
tBTM_BLE_CB
tBTM_BLE_CB::cur_states
BOOLEAN
btm_ble_topology_check
(
tBTM_BLE_STATE_MASK
request
)
;
btm_ble_int.h:518
btm_ble_topology_check()
btm_ble_topology_check()::request
BOOLEAN
btm_ble_clear_topology_mask
(
tBTM_BLE_STATE_MASK
request_state
)
;
btm_ble_int.h:519
btm_ble_clear_topology_mask()
btm_ble_clear_topology_mask()::request_state
BOOLEAN
btm_ble_set_topology_mask
(
tBTM_BLE_STATE_MASK
request_state
)
;
btm_ble_int.h:520
btm_ble_set_topology_mask()
btm_ble_set_topology_mask()::request_state
tBTM_BLE_STATE_MASK
btm_ble_get_topology_mask
(
void
)
;
btm_ble_int.h:521
btm_ble_get_topology_mask()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tBTM_BLE_CB::cur_states
tBTM_BLE_CB
btm_ble_int.h:380
btm_ble_topology_check()::request
btm_ble_topology_check()
btm_ble_int.h:518
btm_ble_clear_topology_mask()::request_state
btm_ble_clear_topology_mask()
btm_ble_int.h:519
btm_ble_set_topology_mask()::request_state
btm_ble_set_topology_mask()
btm_ble_int.h:520
return
btm_ble_get_topology_mask()
btm_ble_int.h:521
return
btm_ble_get_topology_mask()
btm_ble_gap.c:4455
Lifecycle
from
examples
All items filtered out
All items filtered out