Home
last modified time | relevance | path

Searched refs:hsl_saturation_set (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h311 } hsl_saturation_set; member
438 } hsl_saturation_set; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h288 …esp_ble_mesh_light_hsl_saturation_set_t hsl_saturation_set; /*!< For ESP_BLE_MESH_… member
1382 …esp_ble_mesh_state_change_light_hsl_saturation_set_t hsl_saturation_set; /*!< Light HSL… member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dlighting_server.c1728 .hsl_saturation_set.op_en = optional, in light_hsl_sat_set()
1729 .hsl_saturation_set.saturation = saturation, in light_hsl_sat_set()
1730 .hsl_saturation_set.tid = tid, in light_hsl_sat_set()
1731 .hsl_saturation_set.trans_time = trans_time, in light_hsl_sat_set()
1732 .hsl_saturation_set.delay = delay, in light_hsl_sat_set()
1768 .hsl_saturation_set.saturation = srv->state->saturation, in light_hsl_sat_set()
Dstate_transition.c805 change.hsl_saturation_set.saturation = srv->state->saturation; in light_hsl_sat_work_handler()
827 change.hsl_saturation_set.saturation = srv->state->saturation; in light_hsl_sat_work_handler()