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

[This Android documentation](https://developer.android.com/guide/topics/connectivity/bluetooth/permissions#assert-never-for-location) specifies that apps can add `android:usesPermissionFlags="neverForLocation"` to the `android.permission.BLUETOOTH_SCAN` permission in `AndroidManifest.xml`. However, when I manually add this to my `config.xml`: ```xml ``` ...I receive an error...

I have errors when trying to build with cordova 10, graddle 8.0, AndroidSDK 30 or 32 > Task :app:compileDebugJavaWithJavac FAILED /home/sidr/dev/exo/exotrack/platforms/android/app/src/main/java/com/randdusing/bluetoothle/BluetoothLePlugin.java:929: error: cannot find symbol addProperty(returnObj, "hasPermission", cordova.hasPermission(Manifest.permission.BLUETOOTH_SCAN)); ^ symbol:...

Hi guys l have a problem with Bluetooth LE using the Advertising on ionic Cordova project. The plugin is working fine on Android 13 if l upgrade to Android 14...

Hi, thank for your plugin, I need to thank all for your job! I've a problems I need to subscribe to service in a BLE device, in android there are...

![PixPin_2024-03-27_13-19-00](https://github.com/randdusing/cordova-plugin-bluetoothle/assets/80421914/45766c41-807b-457e-ac04-22da92dc3199) While using the application recently, I encountered an issue where the device couldn't be scanned. After investigating, I found that the device's advertising type is Bluetooth 5 Advertising Extension....

1. Does this plugin support multiple simultaneous Bluetooth connections to different devices? 2. It is it still actively developed and does it work properly on iOS Android?

Hi guys l have a problem with Bluetooth LE using the Advertising on ionic Cordova project. The plugin is working fine on Android 13 if l upgrade to Android 14...