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 |