Searched refs:gatt_tcb_id (Results 1 – 1 of 1) sorted by relevance
81 static UINT32 gatt_tcb_id; variable1008 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()