Home
last modified time | relevance | path

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

/external/qemu/
Dnet.h100 struct HCIInfo { struct
101 int (*bdaddr_set)(struct HCIInfo *hci, const uint8_t *bd_addr); argument
102 void (*cmd_send)(struct HCIInfo *hci, const uint8_t *data, int len); argument
103 void (*sco_send)(struct HCIInfo *hci, const uint8_t *data, int len); argument
104 void (*acl_send)(struct HCIInfo *hci, const uint8_t *data, int len); argument
110 struct HCIInfo *qemu_next_hci(void); argument
Dqemu-common.h255 typedef struct HCIInfo HCIInfo; typedef