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

Unified Diff: device/bluetooth/dbus/fake_bluetooth_adapter_client.h

Issue 2098653002: device/bluetooth/bluez: add discoverable timeout adapter property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing nits 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/dbus/fake_bluetooth_adapter_client.h
diff --git a/device/bluetooth/dbus/fake_bluetooth_adapter_client.h b/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
index 678a9e446f26fbc45babd4dff967af335f3ac588..a38fc0ce22188bbffc88c2352f64ed2a1a4053ca 100644
--- a/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
+++ b/device/bluetooth/dbus/fake_bluetooth_adapter_client.h
@@ -86,6 +86,9 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothAdapterClient
void SetUUIDs(const std::vector<std::string>& uuids);
void SetSecondUUIDs(const std::vector<std::string>& uuids);
+ // Set discoverable timeout
+ void SetDiscoverableTimeout(uint32_t timeout);
+
// Object path, name and addresses of the adapters we emulate.
static const char kAdapterPath[];
static const char kAdapterName[];
« no previous file with comments | « device/bluetooth/bluez/bluetooth_bluez_unittest.cc ('k') | device/bluetooth/dbus/fake_bluetooth_adapter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698