cordova-plugin-bluetoothle
cordova-plugin-bluetoothle copied to clipboard
Bluetooth Low Energy Phonegap Plugin
Sometimes, calling `discover` on Android just hangs up, without resolving. Without it, it's impossible to write or read... It's seems completely random, about 30% of the time. Any idea what...
How could I pass the data from my smart watch to my application in ionic using bluetoothle Thank you
I am attempting to add "private bluetoothLE: BluetoothLE" in my constructor but it is saying that BluetoothSerial is a value and it instead suggests BluetoothLEOriginal. If I add this to...
I want to use the reconnect function, where should I put the reconnect function? I had tried to put it in the bluetoothle.initialize successful callback, but it return an error...
I would like to make an app that acts as a keyboard. Basicly if you type into the app, it will send the keystrokes trough bluetooth to the connected device....
I used the function .services to get services on already paired device on Windows. Error message: Exception is about to be caught by JavaScript library code at line 1010, column...
I am troubleshooting why the successCallback from connect() didn't fire when a connection is dropped (Lenovo TB-8504F Android 8.1.0). It also doesn't fire when BLE is disabled. So, I considered...
canceling (disconnect() or close()) during a connect() process does not stop the connecting process.
When calling `connect()` and while not established a successful connection, the connecting process can not be cancelled with `disconnect()` or `close()`. `disconnect()` and `close()` do prevent connect()`s future callbacks from...
On iOS 14.3, `retrieveConnected()` appears to always return an empty array, and never returns any paired devices. Per the documentation, I am specifying an array of service UUIDs. In my...
Hello there, I am using ionic and using the BluetoothLE library to scan the available BLE devices. I am sure that I have run the this.bluetoothle.initialize() function. I also made...