|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
#include <zephyr/bluetooth/mesh/cdb.h>
Data Fields | |
| uint8_t | uuid [16] |
| Node UUID. | |
| uint16_t | addr |
| Primary element address. | |
| uint16_t | net_idx |
| Network key index used during provisioning. | |
| uint8_t | num_elem |
| Number of elements. | |
| struct bt_mesh_key | dev_key |
| Device key. | |
| atomic_t | flags [ATOMIC_BITMAP_SIZE(BT_MESH_CDB_NODE_FLAG_COUNT)] |
| Node flags. | |
| uint16_t bt_mesh_cdb_node::addr |
Primary element address.
| struct bt_mesh_key bt_mesh_cdb_node::dev_key |
Device key.
| atomic_t bt_mesh_cdb_node::flags[ATOMIC_BITMAP_SIZE(BT_MESH_CDB_NODE_FLAG_COUNT)] |
Node flags.
| uint16_t bt_mesh_cdb_node::net_idx |
Network key index used during provisioning.
| uint8_t bt_mesh_cdb_node::num_elem |
Number of elements.
| uint8_t bt_mesh_cdb_node::uuid[16] |
Node UUID.