Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_debugfs.c221 if (val == 0 || val > hdev->conn_info_max_age) { in conn_info_min_age_set()
256 hdev->conn_info_max_age = val; in conn_info_max_age_set()
267 *val = hdev->conn_info_max_age; in conn_info_max_age_get()
340 debugfs_create_file("conn_info_max_age", 0644, hdev->debugfs, hdev, in hci_debugfs_create_common()
/linux/include/net/bluetooth/
H A Dhci_core.h428 __u16 conn_info_max_age; member