Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h119 uint16_t current_scene; /* Scene Number of a current scene */ member
126 uint16_t current_scene; /* Scene Number of a current scene */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c465 net_buf_simple_add_le16(msg, srv->state->current_scene); in send_scene_status()
518 net_buf_simple_add_le16(msg, srv->state->current_scene); in send_scene_register_status()
675 if (srv->state->current_scene != scene_number) { in scene_recall()
700 srv->state->current_scene = scene_number; in scene_recall()
707 srv->state->current_scene = INVALID_SCENE_NUMBER; in scene_recall()
759 srv->state->current_scene = scene_number; in scene_action()
771 srv->state->current_scene = scene_number; in scene_action()
782 srv->state->current_scene = scene->scene_number; in scene_action()
788 srv->state->current_scene = INVALID_SCENE_NUMBER; in scene_action()
837 if (srv->state->current_scene == scene_number) { in scene_action()
[all …]
Dstate_transition.c984 change.scene_recall.scene_number = srv->state->current_scene; in scene_recall_work_handler()
1002 srv->state->current_scene = srv->state->target_scene; in scene_recall_work_handler()
1007 change.scene_recall.scene_number = srv->state->current_scene; in scene_recall_work_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_time_scene_model_api.h199 uint16_t current_scene; /*!< Scene Number of the current scene */ member
207 uint16_t current_scene; /*!< Scene Number of the current scene */ member
573 uint16_t current_scene; /*!< The value of the Current Scene state */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dtime_scene_server.h158 uint16_t current_scene; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c221 status->current_scene = net_buf_simple_pull_le16(buf); in time_scene_status()
239 status->current_scene = net_buf_simple_pull_le16(buf); in time_scene_status()