Home
last modified time | relevance | path

Searched refs:saturation_range_max (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h238 …uint16_t saturation_range_max; /* Value of saturation range max field of light hsl saturation rang… member
277 …uint16_t saturation_range_max; /* Value of saturation range max field of light hsl saturation rang… member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h208 …uint16_t saturation_range_max; /*!< Value of saturation range max field of light hsl saturation ra… member
418 …uint16_t saturation_range_max; /*!< Value of saturation range max field of light hsl saturation ra… member
937 uint16_t saturation_range_max; /*!< The maximum value of Light HSL Saturation state */ member
1308 uint16_t saturation_range_max; /*!< The maximum saturation value of Light HSL Range state */ member
1511 …uint16_t saturation_range_max; /*!< Value of saturation range max field of light hsl saturation r… member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dlighting_server.c1183 net_buf_simple_add_le16(msg, srv->state->saturation_range_max); in send_light_hsl_status()
1190 net_buf_simple_add_le16(msg, srv->state->saturation_range_max); in send_light_hsl_status()
1422 } else if (srv->state->saturation_range_max && saturation > srv->state->saturation_range_max) { in light_hsl_set()
1423 saturation = srv->state->saturation_range_max; in light_hsl_set()
1513 } else if (srv->state->saturation_range_max && saturation > srv->state->saturation_range_max) { in light_hsl_default_set()
1514 saturation = srv->state->saturation_range_max; in light_hsl_default_set()
1583 srv->state->saturation_range_max = saturation_max; in light_hsl_range_set()
1589 .hsl_range_set.sat_range_max = srv->state->saturation_range_max, in light_hsl_range_set()
1755 } else if (srv->state->saturation_range_max && saturation > srv->state->saturation_range_max) { in light_hsl_sat_set()
1756 saturation = srv->state->saturation_range_max; in light_hsl_sat_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c476 status->saturation_range_max = net_buf_simple_pull_le16(buf); in light_status()
944 net_buf_simple_add_le16(msg, set->saturation_range_max); in light_set_state()
1241 value->saturation_range_min > value->saturation_range_max) { in bt_mesh_light_client_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h114 uint16_t saturation_range_max; member