Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c81 static UINT32 gatt_tcb_id; variable
1008 if (!((1 << i) & gatt_tcb_id)) { in gatt_find_i_tcb_free()
1033 gatt_tcb_id |= 1 << tcb_idx; in gatt_tcb_alloc()
1054 gatt_tcb_id &= ~(1 << tcb_idx); in gatt_tcb_free()