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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_rfc.c100 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL]; variable
127 memset(rfc_slots, 0, sizeof(rfc_slot_t)*MAX_RFC_CHANNEL);
130 rfc_slots[i].scn = -1;
131 rfc_slots[i].sdp_handle = 0;
132 rfc_slots[i].fd = rfc_slots[i].app_fd = -1;
133 rfc_slots[i].incoming_queue = list_new(GKI_freebuf);
134 assert(rfc_slots[i].incoming_queue != NULL);
154 if(rfc_slots[i].id) {
155 cleanup_rfc_slot(&rfc_slots[
[all...]

Completed in 67 milliseconds