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

Unified Diff: device/bluetooth/bluetooth_classic_win.cc

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.cc
diff --git a/device/bluetooth/bluetooth_classic_win.cc b/device/bluetooth/bluetooth_classic_win.cc
index 18e2f3660adfce03dca97d25767b2e4d3d4a440a..056e076055fe10f76d4cb22701cd76d278aacce5 100644
--- a/device/bluetooth/bluetooth_classic_win.cc
+++ b/device/bluetooth/bluetooth_classic_win.cc
@@ -86,5 +86,9 @@ BOOL BluetoothClassicWrapper::EnableIncomingConnections(HANDLE handle,
return BluetoothEnableIncomingConnections(handle, is_enable);
}
+DWORD BluetoothClassicWrapper::LastError() {
+ return GetLastError();
+}
+
} // namespace win
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698