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

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

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_descriptor_delegate_wrapper.h
diff --git a/device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h b/device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h
index 8536b17ddda5ffb6878f2b16f454d7b6e33bb3b8..0a2cdca12e45558d90a4e6c46c75d26f8f4aad7f 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h
+++ b/device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h
@@ -27,6 +27,7 @@ class BluetoothGattDescriptorDelegateWrapper
BluetoothLocalGattServiceBlueZ* service,
BluetoothLocalGattDescriptorBlueZ* descriptor);
+ // BluetoothGattAttributeValueDelegate overrides:
void GetValue(
const device::BluetoothLocalGattService::Delegate::ValueCallback&
callback,
@@ -37,6 +38,8 @@ class BluetoothGattDescriptorDelegateWrapper
const base::Closure& callback,
const device::BluetoothLocalGattService::Delegate::ErrorCallback&
error_callback) override;
+ void StartNotifications() override {}
+ void StopNotifications() override {}
private:
BluetoothLocalGattServiceBlueZ* service_;

Powered by Google App Engine
This is Rietveld 408576698