Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c349 static bt_mesh_mutex_t client_model_lock; variable
353 if (!client_model_lock.mutex) { in bt_mesh_client_model_mutex_new()
354 bt_mesh_mutex_create(&client_model_lock); in bt_mesh_client_model_mutex_new()
361 bt_mesh_mutex_free(&client_model_lock); in bt_mesh_client_model_mutex_free()
367 bt_mesh_mutex_lock(&client_model_lock); in bt_mesh_client_model_lock()
372 bt_mesh_mutex_unlock(&client_model_lock); in bt_mesh_client_model_unlock()