Home
last modified time | relevance | path

Searched refs:ng_hci_con_by_bdaddr (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.h52 ng_hci_unit_con_p ng_hci_con_by_bdaddr (ng_hci_unit_p, bdaddr_p, int);
H A Dng_hci_misc.c351 ng_hci_con_by_bdaddr(ng_hci_unit_p unit, bdaddr_p bdaddr, int link_type) in ng_hci_con_by_bdaddr() function
H A Dng_hci_ulpi.c164 con = ng_hci_con_by_bdaddr(unit, &ep->bdaddr, NG_HCI_LINK_ACL); in ng_hci_lp_acl_con_req()
531 con = ng_hci_con_by_bdaddr(unit, &ep->bdaddr, link_type); in ng_hci_lp_le_con_req()
H A Dng_hci_evnt.c1097 con = ng_hci_con_by_bdaddr(unit, &ep->bdaddr, NG_HCI_LINK_ACL); in role_change()