Struct representing one single node.

Public Attributes#

sl_slist_node_t

Linked list of nodes.

Provisioning information.

bool

DCD data available.

bool

DCD data modified.

DCD information.

bool

Node is part of a network.

The node's primary subnet's address.

Public Attribute Documentation#

list_elem#

sl_slist_node_t btmesh_db_node_t::list_elem

Linked list of nodes.


prov#

btmesh_db_node_prov_t btmesh_db_node_t::prov

Provisioning information.


dcd_available#

bool btmesh_db_node_t::dcd_available

DCD data available.


dcd_modified#

bool btmesh_db_node_t::dcd_modified

DCD data modified.


dcd#

btmesh_db_node_dcd_t btmesh_db_node_t::dcd

DCD information.


node_available#

bool btmesh_db_node_t::node_available

Node is part of a network.


primary_subnet#

btmesh_db_network_t* btmesh_db_node_t::primary_subnet

The node's primary subnet's address.