Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_bluetooth.h224 u_int32_t bluetooth_hci_max_neighbor_age (void);
/f-stack/freebsd/netgraph/bluetooth/common/
H A Dng_bluetooth.c197 bluetooth_hci_max_neighbor_age(void) in bluetooth_hci_max_neighbor_age() function
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.c250 return (now.tv_sec - n->updated.tv_sec > bluetooth_hci_max_neighbor_age()); in ng_hci_neighbor_stale()