Home
last modified time | relevance | path

Searched refs:bt_mesh_scheduler_act_status (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c268 struct bt_mesh_scheduler_act_status *status = NULL; in time_scene_status()
273 status = bt_mesh_calloc(sizeof(struct bt_mesh_scheduler_act_status)); in time_scene_status()
278 memcpy(status, buf->data, offsetof(struct bt_mesh_scheduler_act_status, scene_number)); in time_scene_status()
279 net_buf_simple_pull(buf, offsetof(struct bt_mesh_scheduler_act_status, scene_number)); in time_scene_status()
282 len = sizeof(struct bt_mesh_scheduler_act_status); in time_scene_status()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h169 struct bt_mesh_scheduler_act_status { struct