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

Unified Diff: device/bluetooth/dbus/bluetooth_gatt_characteristic_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_characteristic_delegate_wrapper.h
diff --git a/device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.h b/device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.h
index 17a5568dcd2842d8eee341fe689aa2c352d3ee4a..fefa878e5ede37ab3ae01ca7c5e99193bba61ea8 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.h
+++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.h
@@ -27,6 +27,7 @@ class BluetoothGattCharacteristicDelegateWrapper
BluetoothLocalGattServiceBlueZ* service,
BluetoothLocalGattCharacteristicBlueZ* characteristic);
+ // BluetoothGattAttributeValueDelegate overrides:
void GetValue(
const device::BluetoothLocalGattService::Delegate::ValueCallback&
callback,
@@ -37,6 +38,8 @@ class BluetoothGattCharacteristicDelegateWrapper
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