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

Unified Diff: device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h

Issue 1979163002: Add DBus plumbing and tests for sending devices with ATT read/writes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@devices
Patch Set: gyp fix 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/bluez/bluetooth_local_gatt_service_bluez.h
diff --git a/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h b/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
index 69cda1c7d04e73170a89dce906adae9ecedaa913..ebe7b727c0291966fd04afafa524826d002c5e04 100644
--- a/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
@@ -60,7 +60,7 @@ class BluetoothLocalGattServiceBlueZ
std::unique_ptr<BluetoothLocalGattCharacteristicBlueZ>>&
GetCharacteristics() const;
- Delegate* GetDelegate() { return delegate_; }
+ Delegate* GetDelegate() const { return delegate_; }
static dbus::ObjectPath AddGuidToObjectPath(const std::string& path);

Powered by Google App Engine
This is Rietveld 408576698