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

Unified Diff: device/bluetooth/bluetooth_adapter_bluez.cc

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 | « no previous file | device/bluetooth/dbus/bluetooth_device_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter_bluez.cc
diff --git a/device/bluetooth/bluetooth_adapter_bluez.cc b/device/bluetooth/bluetooth_adapter_bluez.cc
index 91345fcaa8534237b000e057c5016e39033443e0..143fc7334f5c2aa63ef2ddf91676b17b52755a67 100644
--- a/device/bluetooth/bluetooth_adapter_bluez.cc
+++ b/device/bluetooth/bluetooth_adapter_bluez.cc
@@ -525,7 +525,7 @@ void BluetoothAdapterBlueZ::DevicePropertyChanged(
NotifyDeviceChanged(device_bluez);
}
- if (property_name == properties->gatt_services.name()) {
+ if (property_name == properties->services_resolved.name()) {
device_bluez->SetGattServicesDiscoveryComplete(true);
NotifyGattServicesDiscovered(device_bluez);
}
« no previous file with comments | « no previous file | device/bluetooth/dbus/bluetooth_device_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698