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

Unified Diff: device/bluetooth/bluetooth_classic_win.h

Issue 1676073002: Implement BluetoothLowEnergyWrapperFake for Bluetooth test fixture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/bluetooth_classic_win.h
diff --git a/device/bluetooth/bluetooth_classic_win.h b/device/bluetooth/bluetooth_classic_win.h
index 8764ef0d109f3440fce9dfebcbd9db1b427fa4a1..708c43448b507a155cdc4911f9445e94cc01593e 100644
--- a/device/bluetooth/bluetooth_classic_win.h
+++ b/device/bluetooth/bluetooth_classic_win.h
@@ -37,6 +37,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothClassicWrapper {
virtual BOOL EnableDiscovery(HANDLE handle, BOOL is_enable);
virtual BOOL EnableIncomingConnections(HANDLE handle, BOOL is_enable);
scheib 2016/02/07 02:24:07 Any reason for the blank line between previous met
gogerald1 2016/02/08 19:23:50 Because the system implementation of GetLastError
+ virtual DWORD LastError();
+
protected:
BluetoothClassicWrapper();
virtual ~BluetoothClassicWrapper();

Powered by Google App Engine
This is Rietveld 408576698