HomeSort by: relevance | last modified time | path
    Searched refs:hci_acl_open (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netbt/
sco_upper.c 161 sco->hl_link = hci_acl_open(unit, &pcb->sp_raddr);
l2cap_upper.c 178 chan->lc_link = hci_acl_open(unit, &chan->lc_raddr.bt_bdaddr);
hci_link.c 61 * hci_acl_open(unit, bdaddr)
68 hci_acl_open(struct hci_unit *unit, bdaddr_t *bdaddr) function in typeref:struct:hci_link *
815 sco->hl_link = hci_acl_open(unit, bdaddr);
l2cap_signal.c 295 new->lc_link = hci_acl_open(link->hl_unit, &link->hl_bdaddr);
hci.h 2582 struct hci_link *hci_acl_open(struct hci_unit *, bdaddr_t *);

Completed in 17 milliseconds