Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c61 static bt_mesh_mutex_t time_scene_client_lock; variable
65 if (!time_scene_client_lock.mutex) { in bt_mesh_time_scene_client_mutex_new()
66 bt_mesh_mutex_create(&time_scene_client_lock); in bt_mesh_time_scene_client_mutex_new()
73 bt_mesh_mutex_free(&time_scene_client_lock); in bt_mesh_time_scene_client_mutex_free()
79 bt_mesh_mutex_lock(&time_scene_client_lock); in bt_mesh_time_scene_client_lock()
84 bt_mesh_mutex_unlock(&time_scene_client_lock); in bt_mesh_time_scene_client_unlock()