Home
last modified time | relevance | path

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

/netbsd-src/sys/netbt/
H A Dhci_link.c80 link = hci_link_alloc(unit, bdaddr, HCI_LINK_ACL); in hci_acl_open()
198 link = hci_link_alloc(unit, bdaddr, HCI_LINK_ACL); in hci_acl_newconn()
809 sco = hci_link_alloc(unit, bdaddr, HCI_LINK_SCO); in hci_sco_newconn()
895 hci_link_alloc(struct hci_unit *unit, bdaddr_t *bdaddr, uint8_t type) in hci_link_alloc() function
H A Dsco_upper.c157 sco = hci_link_alloc(unit, &pcb->sp_raddr, HCI_LINK_SCO); in sco_connect_pcb()
H A Dhci.h2596 struct hci_link *hci_link_alloc(struct hci_unit *, bdaddr_t *, uint8_t);