Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c642 hdev->rpa_timeout = val; in rpa_timeout_set()
653 *val = hdev->rpa_timeout; in rpa_timeout_get()
H A Dhci_core.c767 __le16 rpa_timeout = cpu_to_le16(hdev->rpa_timeout); in hci_init3_req() local
771 &rpa_timeout); in hci_init3_req()
3641 hdev->rpa_timeout = HCI_DEFAULT_RPA_TIMEOUT; in hci_alloc_dev()
H A Dhci_request.c1926 to = msecs_to_jiffies(hdev->rpa_timeout * 1000); in hci_get_random_address()
2386 to = msecs_to_jiffies(hdev->rpa_timeout * 1000); in hci_update_random_address()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h545 __u32 rpa_timeout; member