Task specific data of list addresses in the subscription list of a model.
Public Attributes#
Index of the element where the model resides on the node.
Vendor ID for the model (0xFFFF for Bluetooth SIG models)
Model ID for the model.
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.
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)
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.