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

  /external/qemu/
bt-host.h 4 struct HCIInfo;
7 struct HCIInfo *bt_host_hci(const char *id);
bt-host.c 2 * Wrap a host Bluetooth HCI socket in a struct HCIInfo.
39 struct HCIInfo hci;
46 static void bt_host_send(struct HCIInfo *hci,
67 static void bt_host_cmd(struct HCIInfo *hci, const uint8_t *data, int len)
72 static void bt_host_acl(struct HCIInfo *hci, const uint8_t *data, int len)
77 static void bt_host_sco(struct HCIInfo *hci, const uint8_t *data, int len)
140 static int bt_host_bdaddr_set(struct HCIInfo *hci, const uint8_t *bd_addr)
145 struct HCIInfo *bt_host_hci(const char *id)
192 struct HCIInfo *bt_host_hci(const char *id)
net.h 100 struct HCIInfo {
101 int (*bdaddr_set)(struct HCIInfo *hci, const uint8_t *bd_addr);
102 void (*cmd_send)(struct HCIInfo *hci, const uint8_t *data, int len);
103 void (*sco_send)(struct HCIInfo *hci, const uint8_t *data, int len);
104 void (*acl_send)(struct HCIInfo *hci, const uint8_t *data, int len);
110 struct HCIInfo *qemu_next_hci(void);
bt-vhci.c 30 struct HCIInfo *info;
138 void bt_vhci_init(struct HCIInfo *info)
qemu-common.h 255 typedef struct HCIInfo HCIInfo;
vl-android.c 686 static struct HCIInfo *hci_table[MAX_NICS];
711 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len)
715 static int null_hci_addr_set(struct HCIInfo *hci, const uint8_t *bd_addr)
720 static struct HCIInfo null_hci = {
727 struct HCIInfo *qemu_next_hci(void)
735 static struct HCIInfo *hci_init(const char *str)
767 struct HCIInfo *hci;
    [all...]
vl.c 490 static struct HCIInfo *hci_table[MAX_NICS];
515 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len)
519 static int null_hci_addr_set(struct HCIInfo *hci, const uint8_t *bd_addr)
524 static struct HCIInfo null_hci = {
531 struct HCIInfo *qemu_next_hci(void)
539 static struct HCIInfo *hci_init(const char *str)
571 struct HCIInfo *hci;
    [all...]
  /external/qemu/hw/
usb.h 266 USBDevice *usb_bt_init(HCIInfo *hci);
bt-hci.c 73 struct HCIInfo info;
    [all...]
bt-hci-csr.c 48 struct HCIInfo *hci;
bt.h 111 struct HCIInfo *bt_new_hci(struct bt_scatternet_s *net);
114 void bt_vhci_init(struct HCIInfo *info);
    [all...]

Completed in 212 milliseconds