| 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 9bc46a6611265261fa9f826884572d5e0a14ecac..fa40eb8b5a4a584cc58451c72849b861723e3488 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(
|
| BluetoothRemoteGattCharacteristic* characteristic) override;
|
| + void SimulateGattCharacteristicSetNotifyWillFailAsynchronouslyOnce(
|
| + BluetoothRemoteGattCharacteristic* characteristic) override;
|
| void SimulateGattCharacteristicChanged(
|
| BluetoothRemoteGattCharacteristic* characteristic,
|
| const std::vector<uint8_t>& value) override;
|
|
|