Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmgmt.c1049 hdev->discov_timeout = 0; in discov_off()
1522 hdev->discov_timeout > 0) { in mgmt_set_discoverable_complete()
1523 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in mgmt_set_discoverable_complete()
1628 hdev->discov_timeout = timeout; in set_discoverable()
1630 if (cp->val && hdev->discov_timeout > 0) { in set_discoverable()
1631 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in set_discoverable()
1651 hdev->discov_timeout = timeout; in set_discoverable()
1780 if (hdev->discov_timeout > 0) in set_connectable()
H A Dhci_sync.c2398 hdev->discov_timeout = 0; in hci_pause_advertising_sync()
5027 if (hdev->discov_timeout > 0) { in hci_dev_close_sync()
5028 hdev->discov_timeout = 0; in hci_dev_close_sync()
H A Dhci_event.c462 hdev->discov_timeout = 0; in hci_cc_write_scan_enable()
/linux/include/net/bluetooth/
H A Dhci_core.h500 __u16 discov_timeout; member