Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h302 uint16_t xyl_x; /* The present value of the Light xyL x state */ member
317 uint16_t xyl_x; /* The value of the Light xyL x Default state */ member
332 uint16_t xyl_x; /* The target value of the Light xyL x state */ member
341 uint16_t xyl_x; /* The value of the Light xyL x Default state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h215 uint16_t xyl_x; /*!< The target value of the Light xyL x state */ member
225 uint16_t xyl_x; /*!< The value of the Light xyL x Default state */ member
425 uint16_t xyl_x; /*!< The present value of the Light xyL x state */ member
442 uint16_t xyl_x; /*!< The value of the Light xyL x Default state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c493 status->xyl_x = net_buf_simple_pull_le16(buf); in light_status()
537 status->xyl_x = net_buf_simple_pull_le16(buf); in light_status()
952 net_buf_simple_add_le16(msg, set->xyl_x); in light_set_state()
966 net_buf_simple_add_le16(msg, set->xyl_x); in light_set_state()