Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2259)

Unified Diff: device/bluetooth/test/bluetooth_test_win.h

Issue 1804093003: Add BluetoothGattCharacteristicTest::StartNotifySession_Reentrant unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698