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 tried to put different services but the scanning give me empty results, it works without services parameter... { "services": [ "180D", "180F" ], "allowDuplicates": true, "scanMode": bluetoothle.SCAN_MODE_LOW_LATENCY, "matchMode": bluetoothle.MATCH_MODE_AGGRESSIVE,...

What should i do to avoid this error and re-advertise my device after bluetooth disconnect, what i'm doing is i manually disable my bluetooth, re-enable it again then start advertising...

pending

My Windows Phone 8.1 device keeps dropping its subscription to a BLE characteristic. After subscribing, it receives notifications for a short while, after which no more updates are received. Based...

question

I am initializing the blueeothle and peripheral using the foll code:- ``` bluetoothle.initialize(function initializeResult(result) { console.log(result); }, { request: true, statusReceiver: true, restoreKey: "bluetoothleplugin", }); bluetoothle.initializePeripheral( function initializeResult(result) { console.log("initialize...

hello, my bluetooth button only has one button. when I click on this button it emits information. This is very simple. To know if this one emitted information I am...

Any guidance, thoughts, code to have background scanning of Bluetooth beacons so the app doesn't need to be in the foreground and would work after a device restart. This is...

Hi there! It there anyone who is capable to do a Ionic project with Capacitor that is capable of doing a Scan and getting "scanResult" ? I also got a...

Hello and thanks for the excellent work on this plugin. I just wanted to flag up a message I have started seeing since updating to iOS 10. When I start...

Hello, I have an Ionic project where the device (fitnes watch) uses authentication, how can I use the library to do that authentication? I wait your answer thank you

Using the API to do some testing and noticed that if I completely uninstall the app that was working prior and ask bluetoothle.isLocationEnabled(locationRequestPermission, handleError); will get a true returned so...