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

Unified Diff: device/bluetooth/dbus/bluetooth_gatt_application_service_provider.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
« no previous file with comments | « no previous file | device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc
diff --git a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc
index 3cb8176179c6d28df7cdf83d87878acd915c0845..4b0e04775aecefbfed34fdf7c2f14e3fd40af331 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc
+++ b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc
@@ -51,8 +51,7 @@ void BluetoothGattApplicationServiceProvider::CreateAttributeServiceProviders(
base::WrapUnique(new BluetoothGattCharacteristicDelegateWrapper(
service.second, characteristic.second.get())),
characteristic.second->GetUUID().value(),
- std::vector<std::string>(), std::vector<std::string>(),
- service.second->object_path())));
+ std::vector<std::string>(), service.second->object_path())));
for (const auto& descriptor : characteristic.second->GetDescriptors()) {
descriptor_providers->push_back(
base::WrapUnique(BluetoothGattDescriptorServiceProvider::Create(
« no previous file with comments | « no previous file | device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698