Philip Peitsch
Philip Peitsch
@MarcinDl I've recently found that the Cordova webview will pause execution roughly 5mins after being put into the background. Perhaps have a look at https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background/src/master/, specifically `disableWebViewOptimizations` to see if...
I can confirm this is a bug in the BLE plugin itself. It seems the `stopScan` call ought to be gated behind a check to see if the Bluetooth adapter...
Keeping the Bluetooth on would certainly stop the crash happening. Out of interest, why are you turning off Bluetooth during the scanning? It would be great to fix the issue...
Ah yes... test cases always cause troubles 😆 The right fix here for the plugin would be two parts: 1. Add a check [here](https://github.com/don/cordova-plugin-ble-central/blob/0732380e27772a08df2c6ce6447b4cab901ad4d2/src/android/BLECentralPlugin.java#L993) to check whether `bluetoothAdapter.getState()` is still...
Is this issue still occurring for anyone?
Duplicate of #698
Hi @I-Connect, There are no limits within the plugin that might affect this that I am aware of. It's possible the esp32 Bluetooth firmware has limitations around this value (this...
Hello! For iBeacon scanning specifically, this plugin probably won't be the best fit as it can't scan by manufacturer data (iOS has no equivalent interface that I'm aware of). You...
Handy to know @paesedombre ... thanks for sharing! If you feel so inspired, I'd be happy to have a patch that adds support for this to the `startScanWithOptions` method: https://github.com/don/cordova-plugin-ble-central#startscanwithoptions...
@digoocorrea this is often caused by the peripheral (not the phone) failing to remember the exchanged security keys. In Bluetooth, there are 3 different levels, being unsecured, paired (temporary key...