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

Unified Diff: device/bluetooth/bluez/bluetooth_adapter_bluez.cc

Issue 2105423003: bluetooth: Update the map of GATT services when services resolve (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Address luiz's comments Created 4 years, 5 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/bluez/bluetooth_adapter_bluez.cc
diff --git a/device/bluetooth/bluez/bluetooth_adapter_bluez.cc b/device/bluetooth/bluez/bluetooth_adapter_bluez.cc
index fdaefe32636c1ab0dcc763650364bb188c0ed41d..5dd44416a7c794d914733e7bfbac7e29418aea5a 100644
--- a/device/bluetooth/bluez/bluetooth_adapter_bluez.cc
+++ b/device/bluetooth/bluez/bluetooth_adapter_bluez.cc
@@ -583,6 +583,7 @@ void BluetoothAdapterBlueZ::DevicePropertyChanged(
if (property_name == properties->services_resolved.name() &&
properties->services_resolved.value()) {
+ device_bluez->UpdateGattServices(object_path);
NotifyGattServicesDiscovered(device_bluez);
}
« no previous file with comments | « no previous file | device/bluetooth/bluez/bluetooth_device_bluez.h » ('j') | device/bluetooth/bluez/bluetooth_device_bluez.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698