ESP-IDF
tBTA_UPDATE_WHITELIST_CBACK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
tBTA_UPDATE_WHITELIST_CBACK
tBTA_UPDATE_WHITELIST_CBACK
Syntax
Show:
Summary
Declaration
from
bta_api.h:426
typedef
tBTM_UPDATE_WHITELIST_CBACK
tBTA_UPDATE_WHITELIST_CBACK
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
tBTM_UPDATE_WHITELIST_CBACK
tBTA_UPDATE_WHITELIST_CBACK
;
bta_api.h:426
extern
void
BTA_DmUpdateWhiteList
(
BOOLEAN
add_remove
,
BD_ADDR
remote_addr
,
tBLE_ADDR_TYPE
addr_type
,
tBTA_UPDATE_WHITELIST_CBACK
*
update_wl_cb
)
;
bta_api.h:1890
BTA_DmUpdateWhiteList()
BTA_DmUpdateWhiteList()::update_wl_cb
extern
void
BTA_DmClearWhiteList
(
tBTA_UPDATE_WHITELIST_CBACK
*
update_wl_cb
)
;
bta_api.h:1892
BTA_DmClearWhiteList()
BTA_DmClearWhiteList()::update_wl_cb
void
BTA_DmUpdateWhiteList
(
BOOLEAN
add_remove
,
BD_ADDR
remote_addr
,
tBLE_ADDR_TYPE
addr_type
,
tBTA_UPDATE_WHITELIST_CBACK
*
update_wl_cb
)
bta_dm_api.c:465
BTA_DmUpdateWhiteList()
BTA_DmUpdateWhiteList()::update_wl_cb
void
BTA_DmClearWhiteList
(
tBTA_UPDATE_WHITELIST_CBACK
*
update_wl_cb
)
bta_dm_api.c:479
BTA_DmClearWhiteList()
BTA_DmClearWhiteList()::update_wl_cb
tBTA_UPDATE_WHITELIST_CBACK
*
update_wl_cb
;
bta_dm_int.h:360
tBTA_DM_API_UPDATE_WHITE_LIST
tBTA_DM_API_UPDATE_WHITE_LIST::update_wl_cb
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
BTA_DmUpdateWhiteList()::update_wl_cb
BTA_DmUpdateWhiteList()
bta_api.h:1890
BTA_DmClearWhiteList()::update_wl_cb
BTA_DmClearWhiteList()
bta_api.h:1892
tBTA_DM_API_UPDATE_WHITE_LIST::update_wl_cb
tBTA_DM_API_UPDATE_WHITE_LIST
bta_dm_int.h:360
BTA_DmUpdateWhiteList()::update_wl_cb
BTA_DmUpdateWhiteList()
bta_dm_api.c:465
BTA_DmClearWhiteList()::update_wl_cb
BTA_DmClearWhiteList()
bta_dm_api.c:479
Lifecycle
from
examples
All items filtered out
All items filtered out