Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_rfc.c101 static uint32_t rfc_slot_id; variable
270 ++rfc_slot_id; in alloc_rfc_slot()
271 if(rfc_slot_id == 0) in alloc_rfc_slot()
272 rfc_slot_id = 1; //skip 0 when wrapped in alloc_rfc_slot()
273 rs->id = rfc_slot_id; in alloc_rfc_slot()