Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dmgmt.c1319 hdev->discov_timeout > 0) { in mgmt_set_discoverable_complete()
1320 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in mgmt_set_discoverable_complete()
1414 hdev->discov_timeout = timeout; in set_discoverable()
1416 if (cp->val && hdev->discov_timeout > 0) { in set_discoverable()
1417 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in set_discoverable()
1437 hdev->discov_timeout = timeout; in set_discoverable()
1556 if (hdev->discov_timeout > 0) in set_connectable()
Dhci_core.c1671 if (hdev->discov_timeout > 0) { in hci_dev_do_close()
1672 hdev->discov_timeout = 0; in hci_dev_do_close()
Dhci_request.c2717 hdev->discov_timeout = 0; in discov_off()
Dhci_event.c364 hdev->discov_timeout = 0; in hci_cc_write_scan_enable()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h350 __u16 discov_timeout; member