Searched refs:ng_hci_new_con (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.h49 ng_hci_unit_con_p ng_hci_new_con (ng_hci_unit_p, int);
H A Dng_hci_misc.c258 ng_hci_new_con(ng_hci_unit_p unit, int link_type) function
303 } /* ng_hci_new_con */
H A Dng_hci_evnt.c517 con = ng_hci_new_con(unit, link_type);
719 con = ng_hci_new_con(unit, ep->link_type);
861 con = ng_hci_new_con(unit, ep->link_type);
H A Dng_hci_ulpi.c229 con = ng_hci_new_con(unit, NG_HCI_LINK_ACL);
422 sco_con = ng_hci_new_con(unit, NG_HCI_LINK_SCO);
596 con = ng_hci_new_con(unit, link_type);

Completed in 48 milliseconds