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

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

Issue 1915803002: Bluetooth class changes for implementing 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/bluez/bluetooth_gatt_characteristic_bluez.h
diff --git a/device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.h b/device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.h
index 4c0848c05e8502b459d877bdec1f69efcefa21e1..aa96696bc7eb5db2b5c46501503061b3b5542af6 100644
--- a/device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.h
@@ -27,8 +27,7 @@ class BluetoothGattCharacteristicBlueZ
const dbus::ObjectPath& object_path() const { return object_path_; }
protected:
- explicit BluetoothGattCharacteristicBlueZ(
- const dbus::ObjectPath& object_path);
+ explicit BluetoothGattCharacteristicBlueZ(dbus::ObjectPath object_path);
~BluetoothGattCharacteristicBlueZ() override;
private:
« no previous file with comments | « device/bluetooth/bluetooth_local_gatt_service.cc ('k') | device/bluetooth/bluez/bluetooth_gatt_characteristic_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698