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

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

Issue 1974633002: Implement DBus changes needed for notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc
diff --git a/device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc b/device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc
index f8f666904d8998c263d0ff0c26ef9b8eb53cefc9..95805221ad57e4d3f88f0bf81d690e9bf88a8a1a 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc
+++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc
@@ -31,4 +31,8 @@ void BluetoothGattCharacteristicDelegateWrapper::SetValue(
service_, characteristic_, value, 0, callback, error_callback);
}
+void BluetoothGattCharacteristicDelegateWrapper::StartNotifications() {}
+
+void BluetoothGattCharacteristicDelegateWrapper::StopNotifications() {}
+
} // namespace bluez

Powered by Google App Engine
This is Rietveld 408576698