Home
last modified time | relevance | path

Searched refs:rfc_slots (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_rfc.c94 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL]; variable
114 memset(rfc_slots, 0, sizeof(rfc_slots)); in btsock_rfc_init()
115 for (size_t i = 0; i < ARRAY_SIZE(rfc_slots); ++i) { in btsock_rfc_init()
116 rfc_slots[i].scn = -1; in btsock_rfc_init()
117 rfc_slots[i].sdp_handle = 0; in btsock_rfc_init()
118 rfc_slots[i].fd = INVALID_FD; in btsock_rfc_init()
119 rfc_slots[i].app_fd = INVALID_FD; in btsock_rfc_init()
120 rfc_slots[i].incoming_queue = list_new(osi_free); in btsock_rfc_init()
121 assert(rfc_slots[i].incoming_queue != NULL); in btsock_rfc_init()
134 for (size_t i = 0; i < ARRAY_SIZE(rfc_slots); ++i) { in btsock_rfc_cleanup()
[all …]