Searched refs:hl_link (Results 1 – 3 of 3) sorted by relevance
815 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()
161 sco->hl_link = hci_acl_open(unit, &pcb->sp_raddr); in sco_connect_pcb()162 KASSERT(sco->hl_link == acl); in sco_connect_pcb()
2466 struct hci_link *hl_link; /* SCO ACL link */ member