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

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

Issue 1984493002: Address property removals of GATT service and characteristic interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/bluetooth_gatt_service_client.h
diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_client.h b/device/bluetooth/dbus/bluetooth_gatt_service_client.h
index 641f505f7e420e9fd723370e986f3caef3730507..f0dd162467a583e9896d4d9ac24d8e96dae63ca1 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_service_client.h
+++ b/device/bluetooth/dbus/bluetooth_gatt_service_client.h
@@ -32,10 +32,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattServiceClient
// Whether or not this service is a primary service.
dbus::Property<bool> primary;
- // Array of object paths representing the characteristics of this service.
- // [read-only]
- dbus::Property<std::vector<dbus::ObjectPath>> characteristics;
-
// Array of object paths representing the included services of this service.
// [read-only]
dbus::Property<std::vector<dbus::ObjectPath>> includes;
« no previous file with comments | « device/bluetooth/dbus/bluetooth_gatt_characteristic_client.cc ('k') | device/bluetooth/dbus/bluetooth_gatt_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698