| 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..c590288ed68f9834a4b4f30ee05771a01f457694 100644
|
| --- a/device/bluetooth/test/bluetooth_test_win.h
|
| +++ b/device/bluetooth/test/bluetooth_test_win.h
|
| @@ -62,6 +62,9 @@ class BluetoothTestWin : public BluetoothTestBase,
|
| const std::string& uuid) override;
|
| void SimulateGattNotifySessionStarted(
|
| BluetoothRemoteGattCharacteristic* characteristic) override;
|
| + void SimulateGattNotifySessionStartError(
|
| + BluetoothRemoteGattCharacteristic* characteristic,
|
| + BluetoothRemoteGattService::GattErrorCode error_code) override;
|
| void SimulateGattCharacteristicChanged(
|
| BluetoothRemoteGattCharacteristic* characteristic,
|
| const std::vector<uint8_t>& value) override;
|
|
|