Task specific data of list addresses in the subscription list of a model.

Public Attributes#

uint8_t

Index of the element where the model resides on the node.

uint16_t

Vendor ID for the model (0xFFFF for Bluetooth SIG models)

uint16_t

Model ID for the model.

uint16_t *

List of subscription addresses
If the subscription address list entry is a Label UUID (full virtual address) then the corresponding virtual address hash is returned in this event.

uint16_t

Number of subscription addresses.

Public Attribute Documentation#

elem_index#

uint8_t btmesh_conf_task_model_sub_list_t::elem_index

Index of the element where the model resides on the node.


vendor_id#

uint16_t btmesh_conf_task_model_sub_list_t::vendor_id

Vendor ID for the model (0xFFFF for Bluetooth SIG models)


model_id#

uint16_t btmesh_conf_task_model_sub_list_t::model_id

Model ID for the model.


addresses#

uint16_t* btmesh_conf_task_model_sub_list_t::addresses

List of subscription addresses
If the subscription address list entry is a Label UUID (full virtual address) then the corresponding virtual address hash is returned in this event.


address_count#

uint16_t btmesh_conf_task_model_sub_list_t::address_count

Number of subscription addresses.