Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: device/bluetooth/bluez/bluetooth_adapter_bluez.h

Issue 2098653002: device/bluetooth/bluez: add discoverable timeout adapter property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluez/bluetooth_adapter_bluez.h
diff --git a/device/bluetooth/bluez/bluetooth_adapter_bluez.h b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
index f629459d6d9bfa9f1861002c18052e179e16ce64..a9f7012bebae7138ade552a1da62894185853758 100644
--- a/device/bluetooth/bluez/bluetooth_adapter_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
@@ -102,6 +102,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
void SetDiscoverable(bool discoverable,
const base::Closure& callback,
const ErrorCallback& error_callback) override;
+ uint32_t GetDiscoverableTimeout() const override;
bool IsDiscovering() const override;
void CreateRfcommService(
const device::BluetoothUUID& uuid,

Powered by Google App Engine
This is Rietveld 408576698