Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c32 static bt_mesh_mutex_t health_client_lock; variable
36 if (!health_client_lock.mutex) { in bt_mesh_health_client_mutex_new()
37 bt_mesh_mutex_create(&health_client_lock); in bt_mesh_health_client_mutex_new()
44 bt_mesh_mutex_free(&health_client_lock); in bt_mesh_health_client_mutex_free()
50 bt_mesh_mutex_lock(&health_client_lock); in bt_mesh_health_client_lock()
55 bt_mesh_mutex_unlock(&health_client_lock); in bt_mesh_health_client_unlock()