Home
last modified time | relevance | path

Searched refs:light_onoff (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_transition.c916 change.lc_light_onoff_set.onoff = srv->lc->state.light_onoff; in light_lc_work_handler()
928 srv->lc->state.light_onoff = BLE_MESH_STATE_ON; in light_lc_work_handler()
930 .lc_light_onoff_set.onoff = srv->lc->state.light_onoff, in light_lc_work_handler()
948 srv->lc->state.light_onoff = srv->lc->state.target_light_onoff; in light_lc_work_handler()
949 if (srv->lc->state.light_onoff != BLE_MESH_STATE_ON) { in light_lc_work_handler()
950 change.lc_light_onoff_set.onoff = srv->lc->state.light_onoff; in light_lc_work_handler()
Dstate_binding.c355 srv->lc->state.light_onoff = value->light_lc_light_onoff.onoff; in bt_mesh_update_binding_state()
Dlighting_server.c2255 net_buf_simple_add_u8(msg, srv->lc->state.light_onoff); in send_light_lc_status()
2444 .lc_light_onoff_set.light_onoff = onoff, in light_lc_light_onoff_set()
2470 if (srv->lc->state.target_light_onoff != srv->lc->state.light_onoff) { in light_lc_light_onoff_set()
2474 .lc_light_onoff_set.onoff = srv->lc->state.light_onoff, in light_lc_light_onoff_set()
2495 srv->lc->state.light_onoff = srv->lc->state.target_light_onoff; in light_lc_light_onoff_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h193 light_onoff : 1, member
478 uint8_t light_onoff; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h250 uint8_t light_onoff; /*!< The target value of the Light LC Light OnOff state */ member
1030 light_onoff : 1, /*!< The present value of Light LC Light OnOff state */ member
1553 uint8_t light_onoff; /*!< The target value of the Light LC Light OnOff state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h401 uint8_t light_onoff; /* The target value of the Light LC Light OnOff state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c998 net_buf_simple_add_u8(msg, set->light_onoff); in light_set_state()