Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_debugfs.c624 hdev->rpa_timeout = val; in rpa_timeout_set()
635 *val = hdev->rpa_timeout; in rpa_timeout_get()
Dhci_request.c1499 to = msecs_to_jiffies(hdev->rpa_timeout * 1000); in hci_get_random_address()
1916 to = msecs_to_jiffies(hdev->rpa_timeout * 1000); in hci_update_random_address()
Dhci_core.c3200 hdev->rpa_timeout = HCI_DEFAULT_RPA_TIMEOUT; in hci_alloc_dev()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h428 __u32 rpa_timeout; member