Node element represention in the Device Composition Data (DCD)

Public Attributes#

uint16_t

Network address of the element (each element has its own address)

uint16_t

Location description as defined in the GATT Bluetooth Namespace Descriptors section of the Bluetooth SIG Assigned Numbers.

uint16_t

Total number of models in this element (Bluetooth SIG plus Vendor models)

Array of models in this element (Bluetooth SIG plus Vendor models)

Public Attribute Documentation#

address#

uint16_t btmesh_db_element_t::address

Network address of the element (each element has its own address)


location#

uint16_t btmesh_db_element_t::location

Location description as defined in the GATT Bluetooth Namespace Descriptors section of the Bluetooth SIG Assigned Numbers.


model_count#

uint16_t btmesh_db_element_t::model_count

Total number of models in this element (Bluetooth SIG plus Vendor models)


models#

btmesh_db_model_id_t* btmesh_db_element_t::models

Array of models in this element (Bluetooth SIG plus Vendor models)