Searched defs:rfc_slot_id (Results 1 - 1 of 1) sorted by relevance

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

Completed in 28 milliseconds