Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.h42 ng_hci_neighbor_p ng_hci_new_neighbor (ng_hci_unit_p);
H A Dng_hci_evnt.c417 n = ng_hci_new_neighbor(unit); in le_advertizing_report()
639 n = ng_hci_new_neighbor(unit); in inquiry_result()
1010 n = ng_hci_new_neighbor(unit); in read_remote_features_compl()
1267 n = ng_hci_new_neighbor(unit); in read_clock_offset_compl()
1347 n = ng_hci_new_neighbor(unit); in page_scan_mode_change()
1382 n = ng_hci_new_neighbor(unit); in page_scan_rep_mode_change()
H A Dng_hci_misc.c176 ng_hci_new_neighbor(ng_hci_unit_p unit) in ng_hci_new_neighbor() function