Home
last modified time | relevance | path

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

/freebsd-src/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h223 u_int32_t bluetooth_hci_max_neighbor_age (void);
/freebsd-src/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c196 bluetooth_hci_max_neighbor_age(void) in bluetooth_hci_max_neighbor_age() function
/freebsd-src/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c249 return (now.tv_sec - n->updated.tv_sec > bluetooth_hci_max_neighbor_age()); in ng_hci_neighbor_stale()