ESP-IDF
+
0
/1 examples
SourceVu will show references to
bt_mesh_white_list
from the following samples and libraries:
df_server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_white_list
bt_mesh_white_list struct
Syntax
Show:
Summary
Declaration
from
adapter.h:707
struct
bt_mesh_white_list
{
bool
add_remove
;
uint8_t
remote_bda
[
BLE_MESH_ADDR_LEN
]
;
uint8_t
addr_type
;
void
(
*
update_wl_comp_cb
)
(
uint8_t
status
,
bt_mesh_wl_operation
wl_operation
)
;
}
;
Fields
Field
Declared as
bt_mesh_white_list::add_remove
bool
bt_mesh_white_list::remote_bda
uint8_t
[
BLE_MESH_ADDR_LEN
]
bt_mesh_white_list::addr_type
uint8_t
bt_mesh_white_list::update_wl_comp_cb
void
(
*
)
(
uint8_t
status
,
bt_mesh_wl_operation
wl_operation
)
Related Functions
Found 2 other functions taking a
bt_mesh_white_list
argument:
Function
bt_mesh_test_update_white_list()
bt_le_update_white_list()
Examples
bt_mesh_white_list
is referenced by 1 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out