Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dmgmt.c1055 hdev->discov_timeout = 0; in discov_off()
1541 hdev->discov_timeout > 0) { in mgmt_set_discoverable_complete()
1542 int to = secs_to_jiffies(hdev->discov_timeout); in mgmt_set_discoverable_complete()
1647 hdev->discov_timeout = timeout; in set_discoverable()
1649 if (cp->val && hdev->discov_timeout > 0) { in set_discoverable()
1650 int to = secs_to_jiffies(hdev->discov_timeout); in set_discoverable()
1670 hdev->discov_timeout = timeout; in set_discoverable()
1800 if (hdev->discov_timeout > 0) in set_connectable()
H A Dhci_sync.c2475 hdev->discov_timeout = 0; in hci_pause_advertising_sync()
5190 if (hdev->discov_timeout > 0) { in hci_dev_close_sync()
5191 hdev->discov_timeout = 0; in hci_dev_close_sync()
H A Dhci_event.c459 hdev->discov_timeout = 0; in hci_cc_write_scan_enable()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h499 __u16 discov_timeout; member