Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/common/
H A Dng_bluetooth.c193 bluetooth_hci_max_neighbor_age(void) in bluetooth_hci_max_neighbor_age() function
/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_bluetooth.h221 u_int32_t bluetooth_hci_max_neighbor_age (void);
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_misc.c246 return (now.tv_sec - n->updated.tv_sec > bluetooth_hci_max_neighbor_age()); in ng_hci_neighbor_stale()