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

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

Issue 1920693002: Complete //device/bt implementation for hosting local GATT attributes. (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/fake_bluetooth_gatt_service_service_provider.cc
diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc
index 8d724058673d6e29fe4aa26bb12ed62f1082c428..44fb44fb615151c09b12014c958edc06e6838e84 100644
--- a/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.cc
@@ -34,4 +34,9 @@ FakeBluetoothGattServiceServiceProvider::
fake_bluetooth_gatt_manager_client->UnregisterServiceServiceProvider(this);
}
+const dbus::ObjectPath& FakeBluetoothGattServiceServiceProvider::object_path()
+ const {
+ return object_path_;
+}
+
} // namespace bluez

Powered by Google App Engine
This is Rietveld 408576698