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:
df_server sample
References
from
0/1
examples
Code
Location
Scope
Referrer
struct
bt_mesh_white_list
{
adapter.h:707
int
bt_le_update_white_list
(
struct
bt_mesh_white_list
*
wl
)
adapter.c:542
bt_le_update_white_list()
bt_le_update_white_list()::wl
int
bt_le_update_white_list
(
struct
bt_mesh_white_list
*
wl
)
;
adapter.h:717
bt_le_update_white_list()
bt_le_update_white_list()::wl
int
bt_mesh_test_update_white_list
(
struct
bt_mesh_white_list
*
wl
)
test.c:138
bt_mesh_test_update_white_list()
bt_mesh_test_update_white_list()::wl
int
bt_mesh_test_update_white_list
(
struct
bt_mesh_white_list
*
wl
)
;
test.h:42
bt_mesh_test_update_white_list()
bt_mesh_test_update_white_list()::wl
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
bt_le_update_white_list()::wl
bt_le_update_white_list()
adapter.h:717
bt_le_update_white_list()::wl
bt_le_update_white_list()
adapter.c:542
bt_mesh_test_update_white_list()::wl
bt_mesh_test_update_white_list()
test.h:42
bt_mesh_test_update_white_list()::wl
bt_mesh_test_update_white_list()
test.c:138
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out