Searched defs:bt_mesh_sensor_cadence_set (Results 1 – 1 of 1) sorted by relevance
88 struct bt_mesh_sensor_cadence_set { struct89 …_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 */