HomeSort by relevance Sort by last modified time
    Searched full:acl_send (Results 1 - 7 of 7) sorted by null

  /external/qemu/
net.h 104 void (*acl_send)(struct HCIInfo *hci, const uint8_t *data, int len); member in struct:HCIInfo
bt-host.c 184 s->hci.acl_send = bt_host_acl;
bt-vhci.c 70 s->info->acl_send(s->info, pkt, pktlen);
vl.c 527 .acl_send = null_hci_send,
    [all...]
vl-android.c 723 .acl_send = null_hci_send,
    [all...]
  /external/qemu/hw/
bt-hci-csr.c 209 s->hci->acl_send(s->hci, pkt, s->in_len - 1);
bt-hci.c     [all...]

Completed in 173 milliseconds