Home | History | Annotate | Download | only in netbt

Lines Matching defs:sco

47 #include <netbt/sco.h>
761 * HCI SCO Connections
765 * Incoming SCO Connection. We check the list for anybody willing
773 struct hci_link *sco, *acl;
787 * the controller sends us SCO connection requests, but you
809 sco = hci_link_alloc(unit, bdaddr, HCI_LINK_SCO);
810 if (sco == NULL) {
815 sco->hl_link = hci_acl_open(unit, bdaddr);
816 KASSERT(sco->hl_link == acl);
818 sco->hl_sco = new;
819 new->sp_link = sco;
822 return sco;
829 * receive SCO packet, we only need to strip the header and send
877 * SCO packets have completed at the controller, so we can
920 /* init SCO portion */
974 /* SCO master ACL link */
980 /* SCO pcb */
990 /* flush any SCO data */
1022 * Lookup HCI link by address and type. Note that for SCO links there may