Home
last modified time | relevance | path

Searched refs:target_saturation (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h223 uint16_t target_saturation; /* Target value of light hsl saturation state (optional) */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_transition.c191 … ((float) (srv->state->saturation - srv->state->target_saturation) / srv->transition.counter); in light_hsl_tt_values()
207 … ((float) (srv->state->saturation - srv->state->target_saturation) / srv->transition.counter); in light_hsl_sat_tt_values()
718 srv->state->saturation = srv->state->target_saturation; in light_hsl_work_handler()
824 srv->state->saturation = srv->state->target_saturation; in light_hsl_sat_work_handler()
Dlighting_server.c1155 net_buf_simple_add_le16(msg, srv->state->target_saturation); in send_light_hsl_status()
1208 net_buf_simple_add_le16(msg, srv->state->target_saturation); in send_light_hsl_status()
1425 srv->state->target_saturation = saturation; in light_hsl_set()
1433 srv->state->target_saturation != srv->state->saturation) { in light_hsl_set()
1462 srv->state->saturation = srv->state->target_saturation; in light_hsl_set()
1758 srv->state->target_saturation = saturation; in light_hsl_sat_set()
1764 if (srv->state->target_saturation != srv->state->saturation) { in light_hsl_sat_set()
1789 srv->state->saturation = srv->state->target_saturation; in light_hsl_sat_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h401 uint16_t target_saturation; /*!< Target value of light hsl saturation state (optional) */ member
927 uint16_t target_saturation; /*!< The target value of Light HSL Saturation state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h104 uint16_t target_saturation; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c436 status->target_saturation = net_buf_simple_pull_le16(buf); in light_status()