Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_debugfs.c593 hdev->rpa_timeout = val; in rpa_timeout_set()
604 *val = hdev->rpa_timeout; in rpa_timeout_get()
Dhci_request.c1479 to = msecs_to_jiffies(hdev->rpa_timeout * 1000); in hci_get_random_address()
1871 to = msecs_to_jiffies(hdev->rpa_timeout * 1000); in hci_update_random_address()
Dhci_core.c3090 hdev->rpa_timeout = HCI_DEFAULT_RPA_TIMEOUT; in hci_alloc_dev()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h411 __u32 rpa_timeout; member