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 would like to write an empty data packet to a characteristic, it seems its not allowed as getPropertyBytes() returns null for an empty ("") string. I am using this...

As far as I can see, the subscribe() method first writes to the peripheral's Client Configuration Configuration descriptor then, when the code receives the callback from that operation, it calls...

I am not getting the ScanResult status in success with the StartScan function. bluetoothle.startScan(startScanSuccess, handleError, { "services": [] OR "services": ["180D","180F"], "allowDuplicates": true }); function startScanSuccess(result) { log("startScanSuccess(" + result.status...

I'm not absolutely sure if I see this right but i get errors if i use "startScan" or "retrieveConnectedSuccess" as intended with three parameters because just one is expected/needed. I...

I have a problem with the Notify function on Android. Indeed, no matter what value I want to send, I have this error: "Attempt to invoke virtual method 'byte []...

I have an ionic native app, using promises to parallelize reading from multiple devices. there are two promise loops one to get all the needed characteristics from a device and...

Is it possible to transfer data/string/text from 1 android device to another? For example if i set the write value from device A(an android phone) as var string = "hello...

I am working on OTA updating a BLE device, and am having problems with some phones. The device has a service with two characteristics: a write-only characteristic for commands, and...

I wanted to know if this plugin helps to create a connection between two android devices via Bluetooth. I have tried implementing it but it doesn't return any devices for...

I noticed the "retrievePeripheralsByAddress" function is missing in the @ionic-native/plugins/bluetooth-le package, how do we get this updated? https://github.com/ionic-team/ionic-native/blob/master/src/%40ionic-native/plugins/bluetooth-le/index.ts