Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt.c1049 hdev->discov_timeout = 0; in discov_off()
1527 hdev->discov_timeout > 0) { in mgmt_set_discoverable_complete()
1528 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in mgmt_set_discoverable_complete()
1633 hdev->discov_timeout = timeout; in set_discoverable()
1635 if (cp->val && hdev->discov_timeout > 0) { in set_discoverable()
1636 int to = msecs_to_jiffies(hdev->discov_timeout * 1000); in set_discoverable()
1656 hdev->discov_timeout = timeout; in set_discoverable()
1787 if (hdev->discov_timeout > 0) in set_connectable()
H A Dhci_sync.c2535 hdev->discov_timeout = 0; in hci_pause_advertising_sync()
5182 if (hdev->discov_timeout > 0) { in hci_dev_close_sync()
5183 hdev->discov_timeout = 0; in hci_dev_close_sync()
H A Dhci_event.c462 hdev->discov_timeout = 0; in hci_cc_write_scan_enable()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h494 __u16 discov_timeout; member