summaryrefslogtreecommitdiffstats
path: root/content/browser/bluetooth/bluetooth_dispatcher_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/bluetooth/bluetooth_dispatcher_host.h')
-rw-r--r--content/browser/bluetooth/bluetooth_dispatcher_host.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h
index 7e3e7af4..cc6cd9d 100644
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
@@ -59,6 +59,10 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
// releasing references to previous |adapter_|.
void set_adapter(scoped_refptr<device::BluetoothAdapter> adapter);
+ // Makes sure a BluetoothDiscoverySession is active for |session|, and resets
+ // its timeout.
+ void StartDeviceDiscovery(RequestDeviceSession* session, int chooser_id);
+
// Stops all BluetoothDiscoverySessions being run for requestDevice()
// choosers.
void StopDeviceDiscovery();