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

Unified Diff: chromeos/dbus/fake_bluetooth_device_client.h

Issue 206443009: chromeos/dbus: Add fake D-Bus clients for GATT client-mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: chromeos/dbus/fake_bluetooth_device_client.h
diff --git a/chromeos/dbus/fake_bluetooth_device_client.h b/chromeos/dbus/fake_bluetooth_device_client.h
index c1699becec4a42cd95be1f6ac37773b2fe2429a3..63755e1b5ab10db550ec39054dc801766bb55aa5 100644
--- a/chromeos/dbus/fake_bluetooth_device_client.h
+++ b/chromeos/dbus/fake_bluetooth_device_client.h
@@ -159,6 +159,11 @@ class CHROMEOS_EXPORT FakeBluetoothDeviceClient
static const char kJustWorksAddress[];
static const uint32 kJustWorksClass;
+ static const char kLowEnergyPath[];
+ static const char kLowEnergyName[];
+ static const char kLowEnergyAddress[];
+ static const uint32 kLowEnergyClass;
+
private:
// Property callback passed when we create Properties* structures.
void OnPropertyChanged(const dbus::ObjectPath& object_path,

Powered by Google App Engine
This is Rietveld 408576698