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.cc100 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL]; variable
119 memset(rfc_slots, 0, sizeof(rfc_slots)); in btsock_rfc_init()
120 for (size_t i = 0; i < ARRAY_SIZE(rfc_slots); ++i) { in btsock_rfc_init()
121 rfc_slots[i].scn = -1; in btsock_rfc_init()
122 rfc_slots[i].sdp_handle = 0; in btsock_rfc_init()
123 rfc_slots[i].fd = INVALID_FD; in btsock_rfc_init()
124 rfc_slots[i].app_fd = INVALID_FD; in btsock_rfc_init()
125 rfc_slots[i].incoming_queue = list_new(osi_free); in btsock_rfc_init()
126 CHECK(rfc_slots[i].incoming_queue != NULL); in btsock_rfc_init()
141 for (size_t i = 0; i < ARRAY_SIZE(rfc_slots); ++i) { in btsock_rfc_cleanup()
[all …]