ESP-IDF
bt_le_update_white_list()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_le_update_white_list()
bt_le_update_white_list() function
Syntax
Show:
Summary
Declaration
from
adapter.h:717
int
bt_le_update_white_list
(
struct
bt_mesh_white_list
*
wl
)
;
Arguments
Argument
wl
Related Functions
Found 1 other functions taking a
bt_mesh_white_list
argument:
Function
bt_mesh_test_update_white_list()
Examples
References
from
examples
Code
Location
Referrer
int
bt_le_update_white_list
(
struct
bt_mesh_white_list
*
wl
)
adapter.c:542
int
bt_le_update_white_list
(
struct
bt_mesh_white_list
*
wl
)
;
adapter.h:717
err
=
bt_le_update_white_list
(
wl
)
;
test.c:150
bt_mesh_test_update_white_list()
Call Tree
from
examples
bt_le_update_white_list()
is called by 1 function and calls 3 functions:
bt_mesh_test_update_white_list()
All items filtered out
bt_le_update_white_list()
esp_log_timestamp()
esp_log_write()
BTM_BleUpdateAdvWhitelist()
All items filtered out
Data Use
from
examples
bt_le_update_white_list()
reads 5 variables:
esp_log_level_t::ESP_LOG_ERROR
bt_mesh_white_list::add_remove
bt_mesh_white_list::remote_bda
bt_mesh_white_list::addr_type
bt_mesh_white_list::update_wl_comp_cb
All items filtered out
bt_le_update_white_list()
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