Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dmgmt.c1046 hdev->discov_timeout = 0; in discov_off()
1503 hdev->discov_timeout > 0) { in mgmt_set_discoverable_complete()
1504 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in mgmt_set_discoverable_complete()
1609 hdev->discov_timeout = timeout; in set_discoverable()
1611 if (cp->val && hdev->discov_timeout > 0) { in set_discoverable()
1612 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in set_discoverable()
1632 hdev->discov_timeout = timeout; in set_discoverable()
1762 if (hdev->discov_timeout > 0) in set_connectable()
Dhci_sync.c2303 hdev->discov_timeout = 0; in hci_pause_advertising_sync()
4796 if (hdev->discov_timeout > 0) { in hci_dev_close_sync()
4797 hdev->discov_timeout = 0; in hci_dev_close_sync()
Dhci_event.c464 hdev->discov_timeout = 0; in hci_cc_write_scan_enable()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h519 __u16 discov_timeout; member