The provisioning-related information of a node.

Public Attributes#

uuid_128

UUID of the node.

uint8_t

Type of the provisioning bearer. One of PB-ADV(0) or PB-GATT(1).

uint16_t
uint16_t

Element count of the node.

uint16_t

Out of band capability mask.

Public Attribute Documentation#

uuid#

uuid_128 btmesh_db_node_prov_t::uuid

UUID of the node.


mac_address#

bd_addr btmesh_db_node_prov_t::mac_address

Bluetooth address of the node. This is only known if the node is unprovisioned beaconing.


bearer_type#

uint8_t btmesh_db_node_prov_t::bearer_type

Type of the provisioning bearer. One of PB-ADV(0) or PB-GATT(1).


prim_address#

uint16_t btmesh_db_node_prov_t::prim_address

Primary element address of the node. This is only known if the node is part of a network.


element_count#

uint16_t btmesh_db_node_prov_t::element_count

Element count of the node.


oob_capabilities#

uint16_t btmesh_db_node_prov_t::oob_capabilities

Out of band capability mask.