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

#include <zephyr/bluetooth/mesh/cdb.h>

Data Fields

uint32_t iv_index
 Network IV Index.
uint16_t lowest_avail_addr
 Lowest available unicast address for provisioning.
atomic_t flags [ATOMIC_BITMAP_SIZE(BT_MESH_CDB_FLAG_COUNT)]
 Flags for CDB state (private).
struct bt_mesh_cdb_node nodes [0]
 Nodes in the mesh network.
struct bt_mesh_cdb_subnet subnets [0]
 Subnets in the mesh network.
struct bt_mesh_cdb_app_key app_keys [0]
 Application keys in the mesh network.

Field Documentation

◆ app_keys

struct bt_mesh_cdb_app_key bt_mesh_cdb::app_keys[0]

Application keys in the mesh network.

◆ flags

Flags for CDB state (private).

◆ iv_index

uint32_t bt_mesh_cdb::iv_index

Network IV Index.

◆ lowest_avail_addr

uint16_t bt_mesh_cdb::lowest_avail_addr

Lowest available unicast address for provisioning.

◆ nodes

struct bt_mesh_cdb_node bt_mesh_cdb::nodes[0]

Nodes in the mesh network.

◆ subnets

struct bt_mesh_cdb_subnet bt_mesh_cdb::subnets[0]

Subnets in the mesh network.


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