ESP-IDF
bt_mesh_node
is only used within ESP-IDF.
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_node
bt_mesh_node struct
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:21
struct
bt_mesh_node
{
uint8_t
addr
[
6
]
;
uint8_t
addr_type
;
uint8_t
dev_uuid
[
16
]
;
uint16_t
oob_info
;
uint16_t
unicast_addr
;
uint8_t
element_num
;
uint16_t
net_idx
;
uint8_t
flags
;
uint32_t
iv_index
;
uint8_t
dev_key
[
16
]
;
char
name
[
BLE_MESH_NODE_NAME_SIZE
+
1
]
;
uint16_t
comp_length
;
uint8_t
*
comp_data
;
}
;
Fields
Field
Declared as
bt_mesh_node::addr
uint8_t
[
6
]
bt_mesh_node::addr_type
uint8_t
bt_mesh_node::dev_uuid
uint8_t
[
16
]
bt_mesh_node::oob_info
uint16_t
bt_mesh_node::unicast_addr
uint16_t
bt_mesh_node::element_num
uint8_t
bt_mesh_node::net_idx
uint16_t
bt_mesh_node::flags
uint8_t
bt_mesh_node::iv_index
uint32_t
bt_mesh_node::dev_key
uint8_t
[
16
]
bt_mesh_node::name
char
[
BLE_MESH_NODE_NAME_SIZE
+
1
]
bt_mesh_node::comp_length
uint16_t
bt_mesh_node::comp_data
uint8_t
*
Related Functions
Found 6 other functions taking a
bt_mesh_node
argument:
Function
provisioner_store_node()
bt_mesh_provisioner_restore_node_info()
bt_mesh_store_node_info()
bt_mesh_store_node_name()
bt_mesh_store_node_comp_data()
bt_mesh_provisioner_store_node_info()
Examples
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