Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h121 uint16_t present_ctl_temperature; /* Present value of light ctl temperature state */ member
129 uint16_t present_ctl_temperature; /* Present value of light ctl temperature state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h341 uint16_t present_ctl_temperature; /*!< Current value of light ctl temperature state */ member
350 uint16_t present_ctl_temperature; /*!< Current value of light ctl temperature state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c287 status->present_ctl_temperature = net_buf_simple_pull_le16(buf); in light_status()
309 status->present_ctl_temperature = net_buf_simple_pull_le16(buf); in light_status()