| Index: device/bluetooth/test/bluetooth_test_android.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h
|
| index be11c4c6d8dac195a5de451d8913c4dbd94cb932..b2bec9d5e71cd556a83980fe0f35fe7f203e5146 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.h
|
| +++ b/device/bluetooth/test/bluetooth_test_android.h
|
| @@ -47,6 +47,9 @@ class BluetoothTestAndroid : public BluetoothTestBase {
|
| BluetoothGattCharacteristic* characteristic) override;
|
| void SimulateGattCharacteristicSetNotifyWillFailSynchronouslyOnce(
|
| BluetoothGattCharacteristic* characteristic) override;
|
| + void SimulateGattCharacteristicChanged(
|
| + BluetoothGattCharacteristic* characteristic,
|
| + const std::vector<uint8_t>& value) override;
|
| void SimulateGattCharacteristicRead(
|
| BluetoothGattCharacteristic* characteristic,
|
| const std::vector<uint8_t>& value) override;
|
|
|