Data structure of the set_cadence_request event.
Public Attribute Documentation#
server_address#
uint16_t sl_btmesh_evt_sensor_setup_server_set_cadence_request_s::server_address
Address the request was directed to, either the server's unicast address or a group address the server subscribes to
12033
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
elem_index#
uint16_t sl_btmesh_evt_sensor_setup_server_set_cadence_request_s::elem_index
Setup Server model element index
12036
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
client_address#
uint16_t sl_btmesh_evt_sensor_setup_server_set_cadence_request_s::client_address
Requesting client model's address
12037
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
appkey_index#
uint16_t sl_btmesh_evt_sensor_setup_server_set_cadence_request_s::appkey_index
The application key index to use
12038
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
flags#
uint8_t sl_btmesh_evt_sensor_setup_server_set_cadence_request_s::flags
Bit 1 (0x02) defines whether response is required. If set to 1, the client sent the message with SET CADENCE opcode and expects a CADENCE STATUS message in return.
12039
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
property_id#
uint16_t sl_btmesh_evt_sensor_setup_server_set_cadence_request_s::property_id
Property ID for the sensor. Range: 0x0001 - 0x0ffff for a specific device property, the value 0x0000 is prohibited.
12043
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
period_divisor#
uint8_t sl_btmesh_evt_sensor_setup_server_set_cadence_request_s::period_divisor
Fast Cadence Period Divisor, 7 bits defining the divisor for the Publish Period
12046
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
trigger_type#
uint8_t sl_btmesh_evt_sensor_setup_server_set_cadence_request_s::trigger_type
Status Trigger Type, 1 bit: 0 = discrete value, 1 = delta percentage
12048
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
params#
uint8array sl_btmesh_evt_sensor_setup_server_set_cadence_request_s::params
Optional byte array containing serialized fields of Sensor Cadence state, excluding the property ID, period divisor, and trigger type
Fast Cadence Period Divisor, 7 bits
Status Trigger type, 1 bit (0 = discrete value, 1 = percentage)
Status Trigger Delta Down, variable length
Status Trigger Delta Up, variable length
Status Min Interval, 8 bits, representing a power of 2 milliseconds. Valid range is 0-26
Fast Cadence Low, variable length, lower bound for the fast cadence range
Low Cadence Low, variable length, higher bound for the fast cadence range
12050
of file /mnt/raid/workspaces/ws.iS2YF8Lrv/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h