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

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

Issue 1979633004: Invoke GattDiscoveryCompleteForService by observing ServicesResolved property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_attr
Patch Set: Created 4 years, 7 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_device_client.h
diff --git a/device/bluetooth/dbus/fake_bluetooth_device_client.h b/device/bluetooth/dbus/fake_bluetooth_device_client.h
index 7479bd75a3ff112793ef92d698ab21093a926acc..ea2f949b43c0b72ddcf4305324f290bc55a01a33 100644
--- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
+++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
@@ -249,6 +249,11 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
static const char kConnectedTrustedNotPairedDeviceName[];
static const uint32_t kConnectedTrustedNotPairedDeviceClass;
+ static const char kCachedLowEnergyPath[];
+ static const char kCachedLowEnergyAddress[];
+ static const char kCachedLowEnergyName[];
+ static const uint32_t kCachedLowEnergyClass;
+
private:
// Property callback passed when we create Properties* structures.
void OnPropertyChanged(const dbus::ObjectPath& object_path,
« no previous file with comments | « device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.cc ('k') | device/bluetooth/dbus/fake_bluetooth_device_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698