Searched refs:ng_hci_get_neighbor (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_misc.h | 46 ng_hci_neighbor_p ng_hci_get_neighbor (ng_hci_unit_p, bdaddr_p, int);
|
| H A D | ng_hci_evnt.c | 410 n = ng_hci_get_neighbor(unit, &bdaddr, (addr_type) ? NG_HCI_LINK_LE_RANDOM:NG_HCI_LINK_LE_PUBLIC); in le_advertizing_report() 631 n = ng_hci_get_neighbor(unit, &bdaddr, NG_HCI_LINK_ACL); in inquiry_result() 1003 n = ng_hci_get_neighbor(unit, &con->bdaddr, NG_HCI_LINK_ACL); in read_remote_features_compl() 1260 n = ng_hci_get_neighbor(unit, &con->bdaddr, NG_HCI_LINK_ACL); in read_clock_offset_compl() 1340 n = ng_hci_get_neighbor(unit, &ep->bdaddr, NG_HCI_LINK_ACL); in page_scan_mode_change() 1375 n = ng_hci_get_neighbor(unit, &ep->bdaddr, NG_HCI_LINK_ACL); in page_scan_rep_mode_change()
|
| H A D | ng_hci_misc.c | 219 ng_hci_get_neighbor(ng_hci_unit_p unit, bdaddr_p bdaddr,int link_type) in ng_hci_get_neighbor() function
|
| H A D | ng_hci_ulpi.c | 281 n = ng_hci_get_neighbor(unit, &ep->bdaddr, NG_HCI_LINK_ACL); in ng_hci_lp_acl_con_req()
|