Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h303 uint16_t xyl_y; /* The present value of the Light xyL y state */ member
318 uint16_t xyl_y; /* The value of the Light xyL y Default state */ member
333 uint16_t xyl_y; /* The target value of the Light xyL y state */ member
342 uint16_t xyl_y; /* The value of the Light xyL y Default state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h216 uint16_t xyl_y; /*!< The target value of the Light xyL y state */ member
226 uint16_t xyl_y; /*!< The value of the Light xyL y Default state */ member
426 uint16_t xyl_y; /*!< The present value of the Light xyL y state */ member
443 uint16_t xyl_y; /*!< The value of the Light xyL y Default state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c494 status->xyl_y = net_buf_simple_pull_le16(buf); in light_status()
538 status->xyl_y = net_buf_simple_pull_le16(buf); in light_status()
953 net_buf_simple_add_le16(msg, set->xyl_y); in light_set_state()
967 net_buf_simple_add_le16(msg, set->xyl_y); in light_set_state()