Task specific data of list application keys bound to 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 key indexes for the application keys which are bound to a model.

uint16_t

Number of key indexes for the application keys which are bound to a model.

Public Attribute Documentation#

elem_index#

uint8_t btmesh_conf_task_model_bindings_list_t::elem_index

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


vendor_id#

uint16_t btmesh_conf_task_model_bindings_list_t::vendor_id

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


model_id#

uint16_t btmesh_conf_task_model_bindings_list_t::model_id

Model ID for the model.


appkey_indexes#

uint16_t* btmesh_conf_task_model_bindings_list_t::appkey_indexes

List of key indexes for the application keys which are bound to a model.


appkey_count#

uint16_t btmesh_conf_task_model_bindings_list_t::appkey_count

Number of key indexes for the application keys which are bound to a model.