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

  /external/qemu/
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);
qemu-common.h 164 typedef struct HCIInfo HCIInfo;

Completed in 286 milliseconds