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

Unified Diff: device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h

Issue 1946053002: Fixes to DBus GATT components. (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_gatt_service_service_provider.h
diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
index db8090a6a3f4fff2fe5f9b0dbeb111a81baa380e..cc112c8d1dfe69906c1a86de7e8cf05749da3dc9 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
+++ b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider.h
@@ -45,6 +45,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattServiceServiceProvider {
dbus::Bus* bus,
const dbus::ObjectPath& object_path,
const std::string& uuid,
+ bool is_primary,
const std::vector<dbus::ObjectPath>& includes);
protected:

Powered by Google App Engine
This is Rietveld 408576698