Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.h45 ng_hci_neighbor_p ng_hci_get_neighbor (ng_hci_unit_p, bdaddr_p, int);
H A Dng_hci_evnt.c412 n = ng_hci_get_neighbor(unit, &bdaddr, (addr_type) ? NG_HCI_LINK_LE_RANDOM:NG_HCI_LINK_LE_PUBLIC); in le_advertizing_report()
634 n = ng_hci_get_neighbor(unit, &bdaddr, NG_HCI_LINK_ACL); in inquiry_result()
1006 n = ng_hci_get_neighbor(unit, &con->bdaddr, NG_HCI_LINK_ACL); in read_remote_features_compl()
1263 n = ng_hci_get_neighbor(unit, &con->bdaddr, NG_HCI_LINK_ACL); in read_clock_offset_compl()
1343 n = ng_hci_get_neighbor(unit, &ep->bdaddr, NG_HCI_LINK_ACL); in page_scan_mode_change()
1378 n = ng_hci_get_neighbor(unit, &ep->bdaddr, NG_HCI_LINK_ACL); in page_scan_rep_mode_change()
H A Dng_hci_misc.c218 ng_hci_get_neighbor(ng_hci_unit_p unit, bdaddr_p bdaddr,int link_type) in ng_hci_get_neighbor() function
H A Dng_hci_ulpi.c280 n = ng_hci_get_neighbor(unit, &ep->bdaddr, NG_HCI_LINK_ACL); in ng_hci_lp_acl_con_req()