Home
last modified time | relevance | path

Searched refs:hsl_saturation (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h201 uint16_t hsl_saturation; /* Present value of light hsl saturation state */ member
245 uint16_t hsl_saturation; /* Target value of light hsl saturation state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h172 uint16_t hsl_saturation; /*!< Target value of light hsl saturation state */ member
376 uint16_t hsl_saturation; /*!< Current value of light hsl saturation state */ member
1579 …esp_ble_mesh_server_recv_light_hsl_saturation_set_t hsl_saturation; /*!< Light HSL Sat… member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c370 status->hsl_saturation = net_buf_simple_pull_le16(buf); in light_status()
896 net_buf_simple_add_le16(msg, set->hsl_saturation); in light_set_state()