Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dmgmt.c1064 hdev->discov_timeout = 0; in discov_off()
1529 hdev->discov_timeout > 0) { in mgmt_set_discoverable_complete()
1530 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in mgmt_set_discoverable_complete()
1635 hdev->discov_timeout = timeout; in set_discoverable()
1637 if (cp->val && hdev->discov_timeout > 0) { in set_discoverable()
1638 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in set_discoverable()
1658 hdev->discov_timeout = timeout; in set_discoverable()
1788 if (hdev->discov_timeout > 0) in set_connectable()
Dhci_sync.c2355 hdev->discov_timeout = 0; in hci_pause_advertising_sync()
4990 if (hdev->discov_timeout > 0) { in hci_dev_close_sync()
4991 hdev->discov_timeout = 0; in hci_dev_close_sync()
Dhci_event.c468 hdev->discov_timeout = 0; in hci_cc_write_scan_enable()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h529 __u16 discov_timeout; member