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

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

Issue 1954643002: DBus support for attribute properties and permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@register_and_events
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_application_service_provider_impl.cc
diff --git a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc
index efc582f90f118c54b5051554d6a85669c7e830d3..41c3cc62ca5a84eede7a3f719f28c10d17710c96 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc
+++ b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc
@@ -156,6 +156,8 @@ void BluetoothGattApplicationServiceProviderImpl::GetManagedObjects(
}
writer.CloseContainer(&array_writer);
+ VLOG(3) << "Sending response to BlueZ for GetManagedObjects: \n"
+ << response->ToString();
response_sender.Run(std::move(response));
}

Powered by Google App Engine
This is Rietveld 408576698