| Index: device/bluetooth/test/bluetooth_test_win.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_win.h b/device/bluetooth/test/bluetooth_test_win.h
|
| index d3ad3a2bc63de1b7671b1c400fd3fd1a3d33a3ed..ec1bc60f948f62875d25ba16082390dc37825815 100644
|
| --- a/device/bluetooth/test/bluetooth_test_win.h
|
| +++ b/device/bluetooth/test/bluetooth_test_win.h
|
| @@ -62,6 +62,8 @@ class BluetoothTestWin : public BluetoothTestBase,
|
| const std::string& uuid) override;
|
| void SimulateGattNotifySessionStarted(
|
| BluetoothGattCharacteristic* characteristic) override;
|
| + void SimulateGattCharacteristicSetNotifyWillFailAsynchronouslyOnce(
|
| + BluetoothGattCharacteristic* characteristic) override;
|
| void SimulateGattCharacteristicChanged(
|
| BluetoothGattCharacteristic* characteristic,
|
| const std::vector<uint8_t>& value) override;
|
|
|