Searched defs:bt_mesh_light_hsl_set (Results 1 – 1 of 1) sorted by relevance
241 struct bt_mesh_light_hsl_set { struct242 bool op_en; /* Indicate whether optional parameters included */243 uint16_t hsl_lightness; /* Target value of light hsl lightness state */244 uint16_t hsl_hue; /* Target value of light hsl hue state */245 uint16_t hsl_saturation; /* Target value of light hsl saturation state */246 uint8_t tid; /* Transaction Identifier */247 uint8_t trans_time; /* Time to complete state transition (optional) */248 uint8_t delay; /* Indicate message execution delay (C.1) */