Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.c265 bt_mesh_mutex_t pb_gatt_lock; member
403 if (!prov_ctx.pb_gatt_lock.mutex) { in bt_mesh_pb_gatt_mutex_new()
404 bt_mesh_mutex_create(&prov_ctx.pb_gatt_lock); in bt_mesh_pb_gatt_mutex_new()
411 bt_mesh_mutex_free(&prov_ctx.pb_gatt_lock); in bt_mesh_pb_gatt_mutex_free()
417 bt_mesh_mutex_lock(&prov_ctx.pb_gatt_lock); in bt_mesh_pb_gatt_lock()
422 bt_mesh_mutex_unlock(&prov_ctx.pb_gatt_lock); in bt_mesh_pb_gatt_unlock()