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