Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_debugfs.c203 if (val == 0 || val > hdev->conn_info_max_age) in conn_info_min_age_set()
235 hdev->conn_info_max_age = val; in conn_info_max_age_set()
246 *val = hdev->conn_info_max_age; in conn_info_max_age_get()
Dhci_core.c3093 hdev->conn_info_max_age = DEFAULT_CONN_INFO_MAX_AGE; in hci_alloc_dev()
Dmgmt.c5314 prandom_u32_max(hdev->conn_info_max_age - in get_conn_info()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h264 __u16 conn_info_max_age; member