Home | History | Annotate | Download | only in qemu

Lines Matching defs:hci

711 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len)
715 static int null_hci_addr_set(struct HCIInfo *hci, const uint8_t *bd_addr)
746 else if (!strncmp(str, "hci", 3)) {
747 /* hci[,vlan=n] */
760 fprintf(stderr, "qemu: Unknown bluetooth HCI `%s'.\n", str);
767 struct HCIInfo *hci;
775 hci = hci_init(str);
776 if (!hci)
785 hci->bdaddr_set(hci, bdaddr.b);
787 hci_table[nb_hcis++] = hci;
839 if (strstart(opt, "hci", &endp)) {