Home
last modified time | relevance | path

Searched refs:INQUIRY_ENTRY_AGE_MAX (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/bluetooth/
Dhci_conn.c210 if (inquiry_entry_age(ie) <= INQUIRY_ENTRY_AGE_MAX) { in hci_acl_create_connection()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h593 #define INQUIRY_ENTRY_AGE_MAX (HZ*60) /* 60 seconds */ macro