Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_cdb_node Struct Reference

#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.

Field Documentation

◆ addr

uint16_t bt_mesh_cdb_node::addr

Primary element address.

◆ dev_key

struct bt_mesh_key bt_mesh_cdb_node::dev_key

Device key.

◆ flags

Node flags.

◆ net_idx

uint16_t bt_mesh_cdb_node::net_idx

Network key index used during provisioning.

◆ num_elem

uint8_t bt_mesh_cdb_node::num_elem

Number of elements.

◆ uuid

uint8_t bt_mesh_cdb_node::uuid[16]

Node UUID.


The documentation for this struct was generated from the following file:
  • zephyr/bluetooth/mesh/cdb.h