Home | History | Annotate | Download | only in hw

Lines Matching defs:hci

2  * Bluetooth serial HCI transport.
3 * CSR41814 HCI with H4p vendor extensions.
48 struct HCIInfo *hci;
160 s->hci->bdaddr_set(s->hci, s->bd_addr.b);
197 * we need to send it to the HCI layer and then add our supported
199 * bt-hci.c we could just have hooks for this kind of commands but
202 s->hci->cmd_send(s->hci, pkt, s->in_len - 1);
209 s->hci->acl_send(s->hci, pkt, s->in_len - 1);
213 s->hci->sco_send(s->hci, pkt, s->in_len - 1);
444 s->hci = qemu_next_hci();
445 s->hci->opaque = s;
446 s->hci->evt_recv = csrhci_out_hci_packet_event;
447 s->hci->acl_recv = csrhci_out_hci_packet_acl;