Home
last modified time | relevance | path

Searched refs:conn_info_max_age (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dhci_debugfs.c221 if (val == 0 || val > hdev->conn_info_max_age) in conn_info_min_age_set()
253 hdev->conn_info_max_age = val; in conn_info_max_age_set()
264 *val = hdev->conn_info_max_age; in conn_info_max_age_get()
Dhci_core.c2526 hdev->conn_info_max_age = DEFAULT_CONN_INFO_MAX_AGE; in hci_alloc_dev_priv()
Dmgmt.c7384 hdev->conn_info_max_age - 1); in get_conn_info()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h424 __u16 conn_info_max_age; member