We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda4358 commit 8d9bf2aCopy full SHA for 8d9bf2a
third_party/SimpleBLE/simpleble/src/frontends/base/Adapter.cpp
@@ -44,7 +44,9 @@ void Adapter::scan_start() {
44
if (!initialized()) throw Exception::NotInitialized();
45
if (!bluetooth_enabled()) {
46
SIMPLEBLE_LOG_WARN(fmt::format("Bluetooth is not enabled."));
47
+#if defined(_WIN32) && !defined(_WIN64)
48
return;
49
+#endif
50
}
51
internal_->scan_start();
52
0 commit comments