Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c115 static bt_mesh_mutex_t rx_seg_lock; variable
143 if (!rx_seg_lock.mutex) { in bt_mesh_rx_seg_mutex_new()
144 bt_mesh_mutex_create(&rx_seg_lock); in bt_mesh_rx_seg_mutex_new()
151 bt_mesh_mutex_free(&rx_seg_lock); in bt_mesh_rx_seg_mutex_free()
157 bt_mesh_mutex_lock(&rx_seg_lock); in bt_mesh_rx_seg_lock()
162 bt_mesh_mutex_unlock(&rx_seg_lock); in bt_mesh_rx_seg_unlock()