Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dsensor_client.c45 static bt_mesh_mutex_t sensor_client_lock; variable
49 if (!sensor_client_lock.mutex) { in bt_mesh_sensor_client_mutex_new()
50 bt_mesh_mutex_create(&sensor_client_lock); in bt_mesh_sensor_client_mutex_new()
57 bt_mesh_mutex_free(&sensor_client_lock); in bt_mesh_sensor_client_mutex_free()
63 bt_mesh_mutex_lock(&sensor_client_lock); in bt_mesh_sensor_client_lock()
68 bt_mesh_mutex_unlock(&sensor_client_lock); in bt_mesh_sensor_client_unlock()