Searched defs:HCIInfo (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/net/
H A Dnet.h100 struct HCIInfo { struct
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);
/external/qemu/include/qemu/
H A Dtypedefs.h31 typedef struct HCIInfo HCIInfo; typedef in typeref:struct:HCIInfo

Completed in 928 milliseconds