Bluetooth LE Mesh Library
wiced_bt_mesh_sensor_cadence_t Struct Reference

Description

Sensor Cadence structure exchanged between the application and the Sensor Model.

Data Fields

uint16_t fast_cadence_period_divisor
 Divisor for the Publish Period.
 
wiced_bool_t trigger_type
 Defines the unit and format of the Status Trigger Delta fields.
 
uint32_t trigger_delta_down
 Delta down value that triggers a status message.
 
uint32_t trigger_delta_up
 Delta up value that triggers a status message.
 
uint32_t min_interval
 Minimum interval between two consecutive Status messages.
 
uint32_t fast_cadence_low
 Low value for the fast cadence range.
 
uint32_t fast_cadence_high
 High value for the fast cadence range.