Home
last modified time | relevance | path

Searched refs:hl_link (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netbt/
H A Dhci_link.c815 sco->hl_link = hci_acl_open(unit, bdaddr); in hci_sco_newconn()
816 KASSERT(sco->hl_link == acl); in hci_sco_newconn()
975 if (link->hl_link != NULL) { in hci_link_free()
976 hci_acl_close(link->hl_link, err); in hci_link_free()
977 link->hl_link = NULL; in hci_link_free()
H A Dsco_upper.c161 sco->hl_link = hci_acl_open(unit, &pcb->sp_raddr); in sco_connect_pcb()
162 KASSERT(sco->hl_link == acl); in sco_connect_pcb()
H A Dhci.h2466 struct hci_link *hl_link; /* SCO ACL link */ member