Home
last modified time | relevance | path

Searched refs:auto_accept_delay (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c448 hdev->auto_accept_delay = val; in auto_accept_delay_set()
488 *val = hdev->auto_accept_delay; in auto_accept_delay_get()
H A Dhci_event.c4726 hdev->auto_accept_delay); in hci_user_confirm_request_evt()
4728 if (hdev->auto_accept_delay > 0) { in hci_user_confirm_request_evt()
4729 int delay = msecs_to_jiffies(hdev->auto_accept_delay); in hci_user_confirm_request_evt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h409 unsigned int auto_accept_delay; member