Home
last modified time | relevance | path

Searched defs:bt_mesh_sensor_cadence_set (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dsensor_client.h88 struct bt_mesh_sensor_cadence_set { struct
89 …_t property_id; /* Property ID for the sensor */
90 …t fast_cadence_period_divisor : 7, /* Divisor for the publish period */
91 … status_trigger_type : 1; /* The unit and format of the Status Trigger Delta fields */
92 …ct net_buf_simple *status_trigger_delta_down; /* Delta down value that triggers a status message */
93 …struct net_buf_simple *status_trigger_delta_up; /* Delta up value that triggers a status message */
94 …t status_min_interval; /* Minimum interval between two consecutive Status messages */
95 struct net_buf_simple *fast_cadence_low; /* Low value for the fast cadence range */
96 struct net_buf_simple *fast_cadence_high; /* Fast value for the fast cadence range */