| 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_;
|
|
|