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

Hi all, now can I set the name of the peripheral for Android device running the app? I only see the name of my phone when i am scanning. Thanks

Hi Sir, in my ionic application, I set `advertisingParams `as: ``` var advertisingParams = { services: ['1234'], service: '1234', name: "my_email_address", mode: "balanced", connectable: false, timeout: 10000, txPowerLevel: "medium", manufacturerId:...

I'm using an android (Moto g5+, Android 8.10), and Quasar/Cordova. I Have already set up location services, permissions, and enabled Bluetooth. I had the program running and finding devices but...

i try use my phone as Peripheral after a request read/ write i call a respond() but i have this error {"error":"connect","message":"No device address"} and after {"address":"4F:0C:D4:53:56:AE","name":null,"status":"disconnected"}

Hello, I updated my Ionic project from Capacitor 1.5 to 2 and ran into an issue with one of my test devices. I have 3 test device running on Android...

Hi @randdusing , According to [apple documentation](https://developer.apple.com/library/archive/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/CoreBluetoothBackgroundProcessingForIOSApps/PerformingTasksWhileYourAppIsInTheBackground.html), when an iOS is advertising in background mode: > **The bluetooth-peripheral Background Execution Mode** ... All service UUIDs contained in the value of...

Hello, i using this plugin with my device for so long time on android and ios in my IONIC 4 project, and all functions works fine, but unfortunately , when...

Hello! I have been trying my luck on this Plugin for a few hours now, trying to connect and write to a Bluetooth-Device that is apparently not LE-Capable (It's specifications...

After install the plugin I tried to get the mac address of my current device by executing: bluetoothle.getAdapterInfo(function(ren){console.log(ren);},function(ren){console.log(ren);}); and I received as a response at all devices: address: "02:00:00:00:00:00" isDiscoverable:...

I am using bluetoothle.subscribe(subscribeSuccess, subscribeError, params), So here I am getting data in success function,but sometimes timestamp is not getting,so please help if have any solution