OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HCIInfo
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
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);
qemu-common.h
255
typedef struct
HCIInfo
HCIInfo
;
Completed in 25 milliseconds