ESP-IDF
tBTM_BLE_INQ_CB::fast_adv_on
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_BLE_INQ_CB::fast_adv_on
tBTM_BLE_INQ_CB::fast_adv_on field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:168
BOOLEAN
fast_adv_on
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
fast_adv_on
;
btm_ble_int.h:168
||
!
p_cb
->
fast_adv_on
)
{
btm_ble_gap.c:2623
btm_ble_set_discoverability()
p_cb
->
fast_adv_on
=
TRUE
;
btm_ble_gap.c:2652
btm_ble_set_discoverability()
||
!
p_cb
->
fast_adv_on
)
{
btm_ble_gap.c:2718
btm_ble_set_connectability()
p_cb
->
fast_adv_on
=
TRUE
;
btm_ble_gap.c:2747
btm_ble_set_connectability()
BOOLEAN
temp_fast_adv_on
=
p_cb
->
fast_adv_on
;
btm_ble_gap.c:4144
btm_ble_stop_adv()
p_cb
->
fast_adv_on
=
FALSE
;
btm_ble_gap.c:4149
btm_ble_stop_adv()
p_cb
->
fast_adv_on
=
temp_fast_adv_on
;
btm_ble_gap.c:4162
btm_ble_stop_adv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_INQ_CB::fast_adv_on
is written by 3 functions and is read by 3 functions:
btm_ble_set_discoverability()
btm_ble_set_connectability()
btm_ble_stop_adv()
All items filtered out
tBTM_BLE_INQ_CB::fast_adv_on
btm_ble_set_discoverability()
btm_ble_set_connectability()
btm_ble_stop_adv()
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