Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h208 uint16_t hsl_hue_target; /* Target value of light hsl hue state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h384 uint16_t hsl_hue_target; /*!< Target value of light hsl hue state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c391 status->hsl_hue_target = net_buf_simple_pull_le16(buf); in light_status()