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.
40 struct HCIInfo hci;
47 static void bt_host_send(struct HCIInfo *hci,
68 static void bt_host_cmd(struct HCIInfo *hci, const uint8_t *data, int len)
73 static void bt_host_acl(struct HCIInfo *hci, const uint8_t *data, int len)
78 static void bt_host_sco(struct HCIInfo *hci, const uint8_t *data, int len)
148 static int bt_host_bdaddr_set(struct HCIInfo *hci, const uint8_t *bd_addr)
153 struct HCIInfo *bt_host_hci(const char *id)
200 struct HCIInfo *bt_host_hci(const char *id)
net.h 101 struct HCIInfo {
102 int (*bdaddr_set)(struct HCIInfo *hci, const uint8_t *bd_addr);
103 void (*cmd_send)(struct HCIInfo *hci, const uint8_t *data, int len);
104 void (*sco_send)(struct HCIInfo *hci, const uint8_t *data, int len);
105 void (*acl_send)(struct HCIInfo *hci, const uint8_t *data, int len);
111 struct HCIInfo *qemu_next_hci(void);
bt-vhci.c 31 struct HCIInfo *info;
139 void bt_vhci_init(struct HCIInfo *info)
qemu-common.h 164 typedef struct HCIInfo HCIInfo;
vl-android.c     [all...]
vl.c     [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 49 struct HCIInfo *hci;
bt.h 113 struct HCIInfo *bt_new_hci(struct bt_scatternet_s *net);
116 void bt_vhci_init(struct HCIInfo *info);
    [all...]

Completed in 295 milliseconds