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 9d39f46 commit 6c1ce39Copy full SHA for 6c1ce39
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