Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h123 uint16_t target_ctl_temperature; /* Target value of light ctl temperature state (C.1) */ member
131 uint16_t target_ctl_temperature; /* Target value of light ctl temperature state (optional) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h343 uint16_t target_ctl_temperature; /*!< Target value of light ctl temperature state (C.1) */ member
352 … uint16_t target_ctl_temperature; /*!< Target value of light ctl temperature state (optional) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c291 status->target_ctl_temperature = net_buf_simple_pull_le16(buf); in light_status()
313 status->target_ctl_temperature = net_buf_simple_pull_le16(buf); in light_status()