OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sco_send
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
net.h
103
void (*
sco_send
)(struct HCIInfo *hci, const uint8_t *data, int len);
member in struct:HCIInfo
bt-host.c
183
s->hci.
sco_send
= bt_host_sco;
bt-vhci.c
80
s->info->
sco_send
(s->info, pkt, pktlen);
vl.c
526
.
sco_send
= null_hci_send,
[
all
...]
vl-android.c
722
.
sco_send
= null_hci_send,
[
all
...]
/external/qemu/hw/
bt-hci-csr.c
213
s->hci->
sco_send
(s->hci, pkt, s->in_len - 1);
bt-hci.c
[
all
...]
Completed in 447 milliseconds