Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c486 bt_mesh_time_scene_client_t *client = NULL; in bt_mesh_time_scene_client_get_state()
493 client = (bt_mesh_time_scene_client_t *)common->model->user_data; in bt_mesh_time_scene_client_get_state()
524 bt_mesh_time_scene_client_t *client = NULL; in bt_mesh_time_scene_client_set_state()
533 client = (bt_mesh_time_scene_client_t *)common->model->user_data; in bt_mesh_time_scene_client_set_state()
633 bt_mesh_time_scene_client_t *client = NULL; in time_scene_client_init()
640 client = (bt_mesh_time_scene_client_t *)model->user_data; in time_scene_client_init()
671 bt_mesh_time_scene_client_t *client = NULL; in time_scene_client_deinit()
678 client = (bt_mesh_time_scene_client_t *)model->user_data; in time_scene_client_deinit()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h21 typedef bt_mesh_client_user_data_t bt_mesh_time_scene_client_t; typedef