Searched refs:rfc_slots (Results 1 – 1 of 1) sorted by relevance
91 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL]; variable109 memset(rfc_slots, 0, sizeof(rfc_slots)); in btsock_rfc_init()110 for (size_t i = 0; i < ARRAY_SIZE(rfc_slots); ++i) { in btsock_rfc_init()111 rfc_slots[i].scn = -1; in btsock_rfc_init()112 rfc_slots[i].sdp_handle = 0; in btsock_rfc_init()113 rfc_slots[i].fd = INVALID_FD; in btsock_rfc_init()114 rfc_slots[i].app_fd = INVALID_FD; in btsock_rfc_init()115 rfc_slots[i].incoming_queue = list_new(GKI_freebuf); in btsock_rfc_init()116 assert(rfc_slots[i].incoming_queue != NULL); in btsock_rfc_init()128 for (size_t i = 0; i < ARRAY_SIZE(rfc_slots); ++i) { in btsock_rfc_cleanup()[all …]