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

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

Issue 1862093002: bluetooth: replace GattServices D-Bus property with ServicesResolved (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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_device_client.cc
diff --git a/device/bluetooth/dbus/bluetooth_device_client.cc b/device/bluetooth/dbus/bluetooth_device_client.cc
index 11626f505a7be6f202afbdd338256831215fccb7..5845d58545818155b593ebf55ba19c4000dc44af 100644
--- a/device/bluetooth/dbus/bluetooth_device_client.cc
+++ b/device/bluetooth/dbus/bluetooth_device_client.cc
@@ -50,6 +50,8 @@ BluetoothDeviceClient::Properties::Properties(
RegisterProperty(bluetooth_device::kRSSIProperty, &rssi);
RegisterProperty(bluetooth_device::kTxPowerProperty, &tx_power);
RegisterProperty(bluetooth_device::kGattServicesProperty, &gatt_services);
+ RegisterProperty(bluetooth_device::kServicesResolvedProperty,
+ &services_resolved);
}
BluetoothDeviceClient::Properties::~Properties() {}

Powered by Google App Engine
This is Rietveld 408576698