Data structure of the set_setting_request event.

Public Attributes#

uint16_t
uint16_t
uint8_t
uint16_t
uint16_t

Public Attribute Documentation#

server_address#

uint16_t sl_btmesh_evt_sensor_setup_server_set_setting_request_s::server_address

Address the request was directed to, either the server's unicast address, or a group address the server subscribes to.


Definition at line 12159 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

elem_index#

uint16_t sl_btmesh_evt_sensor_setup_server_set_setting_request_s::elem_index

Setup Server model element index


Definition at line 12162 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

client_address#

uint16_t sl_btmesh_evt_sensor_setup_server_set_setting_request_s::client_address

Requesting client address


Definition at line 12163 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

appkey_index#

uint16_t sl_btmesh_evt_sensor_setup_server_set_setting_request_s::appkey_index

The application key index to use


Definition at line 12164 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

flags#

uint8_t sl_btmesh_evt_sensor_setup_server_set_setting_request_s::flags

Bit 1 (0x02) defines whether response is required. If set to 1, the client sent the message with SET SETTING opcode and expects a SETTING STATUS message in return.


Definition at line 12165 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

property_id#

uint16_t sl_btmesh_evt_sensor_setup_server_set_setting_request_s::property_id

Property ID for the sensor. Range: 0x0001 - 0x0ffff for a specific device property, the value 0x0000 is prohibited.


Definition at line 12169 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

setting_id#

uint16_t sl_btmesh_evt_sensor_setup_server_set_setting_request_s::setting_id

Sensor Setting Property ID field identifying the device property of a setting. Range: 0x0001 - 0xffff, 0x0000 is prohibited.


Definition at line 12172 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

raw_value#

uint8array sl_btmesh_evt_sensor_setup_server_set_setting_request_s::raw_value

Sensor Setting raw value. Size and representation depends on the type defined by the Sensor Setting Property ID.


Definition at line 12175 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h