HomeSort by relevance Sort by last modified time
    Searched refs:bdaddr_set (Results 1 - 6 of 6) sorted by null

  /external/qemu/
bt-host.c 185 s->hci.bdaddr_set = bt_host_bdaddr_set;
net.h 101 int (*bdaddr_set)(struct HCIInfo *hci, const uint8_t *bd_addr); member in struct:HCIInfo
vl-android.c 724 .bdaddr_set = null_hci_addr_set,
785 hci->bdaddr_set(hci, bdaddr.b);
    [all...]
vl.c 528 .bdaddr_set = null_hci_addr_set,
589 hci->bdaddr_set(hci, bdaddr.b);
    [all...]
  /external/qemu/hw/
bt-hci-csr.c 160 s->hci->bdaddr_set(s->hci, s->bd_addr.b);
bt-hci.c     [all...]

Completed in 517 milliseconds