ESP-IDF
tBTM_BLE_CB::update_wl_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_CB::update_wl_cb
tBTM_BLE_CB::update_wl_cb field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:356
tBTM_UPDATE_WHITELIST_CBACK
*
update_wl_cb
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_UPDATE_WHITELIST_CBACK
*
update_wl_cb
;
btm_ble_int.h:356
p_cb
->
update_wl_cb
=
update_wl_cb
;
btm_ble_bgconn.c:355
btm_update_dev_to_white_list()
p_cb
->
update_wl_cb
=
update_wl_cb
;
btm_ble_bgconn.c:382
btm_ble_clear_white_list()
if
(
p_cb
->
update_wl_cb
)
{
btm_ble_bgconn.c:408
btm_ble_clear_white_list_complete()
(
*
p_cb
->
update_wl_cb
)
(
status
,
BTM_WHITELIST_CLEAR
)
;
btm_ble_bgconn.c:409
btm_ble_clear_white_list_complete()
if
(
p_cb
->
update_wl_cb
)
btm_ble_bgconn.c:441
btm_ble_add_2_white_list_complete()
(
*
p_cb
->
update_wl_cb
)
(
status
,
BTM_WHITELIST_ADD
)
;
btm_ble_bgconn.c:443
btm_ble_add_2_white_list_complete()
if
(
p_cb
->
update_wl_cb
)
btm_ble_bgconn.c:463
btm_ble_remove_from_white_list_complete()
(
*
p_cb
->
update_wl_cb
)
(
*
p
,
BTM_WHITELIST_REMOVE
)
;
btm_ble_bgconn.c:465
btm_ble_remove_from_white_list_complete()
Call Tree
from
examples
tBTM_BLE_CB::update_wl_cb
is called by 3 functions:
btm_ble_clear_white_list_complete()
btm_ble_add_2_white_list_complete()
btm_ble_remove_from_white_list_complete()
All items filtered out
tBTM_BLE_CB::update_wl_cb
All items filtered out
Data Use
from
examples
tBTM_BLE_CB::update_wl_cb
is written by 2 functions and is read by 3 functions:
btm_update_dev_to_white_list()
btm_ble_clear_white_list()
All items filtered out
tBTM_BLE_CB::update_wl_cb
btm_ble_clear_white_list_complete()
btm_ble_add_2_white_list_complete()
btm_ble_remove_from_white_list_complete()
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