cordova-plugin-bluetoothle icon indicating copy to clipboard operation
cordova-plugin-bluetoothle copied to clipboard

Bluetooth Low Energy Phonegap Plugin

Results 127 cordova-plugin-bluetoothle issues
Sort by recently updated
recently updated
newest added

I doubt you'll be able to help with this, but it's worth a shot. I'm trying to use this plug-in with appery.io and when I try to import it, I...

How to add HEX value: 0xE507071B162F05021100 to the Service being created in Peripheral ( bluetoothle.addService(success, error, params); ) In plugin example there is only this without value: ``` var params...

Attempt to fix #705, although I can't test it because reconnect() fails on my side.

If I delete the bond memory on my peripheral device (but not on my Android or iOS central device), then the connection is broken. That much is expected. But then...

When app goes into the background, "pause" event fires and I call bluetoothle.disconnect(). When app is back in foreground, I call reconnect() and it seems to reconnect OK. But after...

@randdusing does this plugin allow to share the CTS (Current Time Service) characteristics from app to BLE ? I want to achieve something like this base on the example of...

I seen this issue relating to secure mode, but I don't see anywhere in the documentation on how to set LE Secure Mode to be active. https://github.com/randdusing/cordova-plugin-bluetoothle/issues/351

I would like to present a list of devices with a particular Service in my app, including devices that have already been paired/bonded. startScan() works fine for devices that are...

Hi everybody, I'm trying to build a cordova app based on angular and the cordova-plugin-bluetoothle. cordova run android --device ----------------------------------------------- .... :compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed,...

The `clearCache` logic is responsible for the plugin to hang on `discovery` operation. The logic could come from [here](https://stackoverflow.com/a/22709467/6863813) and if you read the comments below it you'll find people...