Searched refs:rfc_slots (Results 1 – 1 of 1) sorted by relevance
100 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL]; variable127 memset(rfc_slots, 0, sizeof(rfc_slot_t)*MAX_RFC_CHANNEL); in init_rfc_slots()130 rfc_slots[i].scn = -1; in init_rfc_slots()131 rfc_slots[i].sdp_handle = 0; in init_rfc_slots()132 rfc_slots[i].fd = rfc_slots[i].app_fd = -1; in init_rfc_slots()133 rfc_slots[i].incoming_queue = list_new(GKI_freebuf); in init_rfc_slots()134 assert(rfc_slots[i].incoming_queue != NULL); in init_rfc_slots()154 if(rfc_slots[i].id) { in btsock_rfc_cleanup()155 cleanup_rfc_slot(&rfc_slots[i]); in btsock_rfc_cleanup()156 list_free(rfc_slots[i].incoming_queue); in btsock_rfc_cleanup()[all …]