Home | History | Annotate | Download | only in qemu

Lines Matching defs:hci

515 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len)
519 static int null_hci_addr_set(struct HCIInfo *hci, const uint8_t *bd_addr)
550 else if (!strncmp(str, "hci", 3)) {
551 /* hci[,vlan=n] */
564 fprintf(stderr, "qemu: Unknown bluetooth HCI `%s'.\n", str);
571 struct HCIInfo *hci;
579 hci = hci_init(str);
580 if (!hci)
589 hci->bdaddr_set(hci, bdaddr.b);
591 hci_table[nb_hcis++] = hci;
643 if (strstart(opt, "hci", &endp)) {