cordova-plugin-bluetoothle
cordova-plugin-bluetoothle copied to clipboard
Bluetooth Low Energy Phonegap Plugin
Hello, I'm trying to use this plugin within my Ionic/Capacitor/VueJs project, and I don't seem to be getting anywhere. I've installed the plugin like so: ``` $ npm install cordova-plugin-bluetoothle...
This plugin should be updated to work with Android 12's [new bluetooth permissions](https://developer.android.com/guide/topics/connectivity/bluetooth/permissions).
Hi. I've made additional methods to ask for each of the new Android 12 permissions. I haven't renamed current one to something like `hasPermissionLocation` so it won't break any current...
I have this problem, I use ios as Central and Android as Peripheral. I do these steps on ios: scan () for peripheral connect () to peripheral read () characteristic...
### Issue On iOS, connecting to a _previously paired device_ fails. The `connect()` function never returns in any of the callbacks, it hangs forever. ### Details My issue concerns being...
I scan for nearby devices and display them to the user. Upon click, the app tries to establish Bluetooth connection. Is it possible to tell if device was previously already...
It may be some kind of edge case, but if you pair on ios with a device and the device resets its pairing information, ios will return a "pairing does...
Hi everyone, we encountered an issue when using this plugin on iOS. We are using Ionic V1. Basically, we put this code at the very start of the app (we...
Hello, I recently tried to implement the peripheral cycle on my ionic / angular app, without success. Previously I used https://github.com/don/cordova-plugin-ble-peripheral, which is working well but is not maintained anymore...
We recently switched to your plugin from the official one for ionic for our app development and we love it so far. Great job creating so many features and giving...