OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rfc_slots
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c
98
static rfc_slot_t
rfc_slots
[MAX_RFC_CHANNEL];
variable
133
memset(
rfc_slots
, 0, sizeof(rfc_slot_t)*MAX_RFC_CHANNEL);
136
rfc_slots
[i].scn = -1;
137
rfc_slots
[i].sdp_handle = 0;
138
rfc_slots
[i].fd =
rfc_slots
[i].app_fd = -1;
139
GKI_init_q(&
rfc_slots
[i].incoming_que);
159
if(
rfc_slots
[i].id)
160
cleanup_rfc_slot(&
rfc_slots
[i]);
169
if(
rfc_slots
[i].fd == -1
[
all
...]
Completed in 35 milliseconds