Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_debugfs.c642 hdev->rpa_timeout = val; in rpa_timeout_set()
653 *val = hdev->rpa_timeout; in rpa_timeout_get()
Dhci_core.c767 __le16 rpa_timeout = cpu_to_le16(hdev->rpa_timeout); in hci_init3_req() local
771 &rpa_timeout); in hci_init3_req()
3627 hdev->rpa_timeout = HCI_DEFAULT_RPA_TIMEOUT; in hci_alloc_dev()
Dhci_request.c1916 to = msecs_to_jiffies(hdev->rpa_timeout * 1000); in hci_get_random_address()
2376 to = msecs_to_jiffies(hdev->rpa_timeout * 1000); in hci_update_random_address()
/Linux-v5.10/include/net/bluetooth/
Dhci_core.h541 __u32 rpa_timeout; member