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.
2 parents c24c418 + dc2617c commit 03a592eCopy full SHA for 03a592e
src/windows/BluetoothLePlugin.js
@@ -157,6 +157,7 @@ module.exports = {
157
158
if (WATCHER.status !== DeviceWatcherStatus.started &&
159
WATCHER.status !== DeviceWatcherStatus.created &&
160
+ WATCHER.status !== DeviceWatcherStatus.stopped &&
161
WATCHER.status !== DeviceWatcherStatus.aborted) {
162
163
errorCallback({ error: "startScan", message: 'Scan already in progress' });
0 commit comments