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

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

Issue 1847823002: bluetooth: replace gattservices dbus property with servicesresolved (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « device/bluetooth/bluetooth_adapter_bluez.cc ('k') | device/bluetooth/dbus/bluetooth_device_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/dbus/bluetooth_device_client.h
diff --git a/device/bluetooth/dbus/bluetooth_device_client.h b/device/bluetooth/dbus/bluetooth_device_client.h
index 676b44a86bb06f8b63988d2c5cad62d3e64c15f4..bcfb96cbc6e11cc15e8bd9001ffe841ff310ef8d 100644
--- a/device/bluetooth/dbus/bluetooth_device_client.h
+++ b/device/bluetooth/dbus/bluetooth_device_client.h
@@ -87,11 +87,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceClient : public BluezDBusClient {
// discovered during inquiry. Read-only.
dbus::Property<int16_t> rssi;
- // List of GATT service object paths. Each referenced object exports the
- // org.bluez.GattService1 interface and represents a remote GATT service.
- // This property will be updated once all remote GATT services of this
- // device have been discovered and exported over D-Bus. Read-only.
- dbus::Property<std::vector<dbus::ObjectPath>> gatt_services;
+ // Indicate whether or not service discovery has been resolved. Read-only.
+ dbus::Property<bool> services_resolved;
Properties(dbus::ObjectProxy* object_proxy,
const std::string& interface_name,
« no previous file with comments | « device/bluetooth/bluetooth_adapter_bluez.cc ('k') | device/bluetooth/dbus/bluetooth_device_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698