Searched refs:rfc_slots (Results 1 – 1 of 1) sorted by relevance
108 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL]; variable127 memset(rfc_slots, 0, sizeof(rfc_slots)); in btsock_rfc_init()128 for (size_t i = 0; i < ARRAY_SIZE(rfc_slots); ++i) { in btsock_rfc_init()129 rfc_slots[i].scn = -1; in btsock_rfc_init()130 rfc_slots[i].sdp_handle = 0; in btsock_rfc_init()131 rfc_slots[i].fd = INVALID_FD; in btsock_rfc_init()132 rfc_slots[i].app_fd = INVALID_FD; in btsock_rfc_init()133 rfc_slots[i].incoming_queue = list_new(osi_free); in btsock_rfc_init()134 CHECK(rfc_slots[i].incoming_queue != NULL); in btsock_rfc_init()149 for (size_t i = 0; i < ARRAY_SIZE(rfc_slots); ++i) { in btsock_rfc_cleanup()[all …]