Home
last modified time | relevance | path

Searched refs:discov_timeout (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/bluetooth/
Dmgmt.c1368 hdev->discov_timeout > 0) { in mgmt_set_discoverable_complete()
1369 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in mgmt_set_discoverable_complete()
1469 hdev->discov_timeout = timeout; in set_discoverable()
1471 if (cp->val && hdev->discov_timeout > 0) { in set_discoverable()
1472 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in set_discoverable()
1492 hdev->discov_timeout = timeout; in set_discoverable()
1611 if (hdev->discov_timeout > 0) in set_connectable()
Dhci_core.c1757 if (hdev->discov_timeout > 0) { in hci_dev_do_close()
1758 hdev->discov_timeout = 0; in hci_dev_do_close()
Dhci_request.c3382 hdev->discov_timeout = 0; in discov_off()
Dhci_event.c382 hdev->discov_timeout = 0; in hci_cc_write_scan_enable()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h468 __u16 discov_timeout; member