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

Using a Samsung S8 with Ionic/VueX/Capacitor, here is my code: ``` getConnected: ({commit, state, dispatch}) => { return new Promise((resolve, reject) => { window.bluetoothle.retrieveConnected( function (success) { if (success.length ===...

The field allowDuplicates: false is not filtering out same detected BT device.

Hi, when using subscribe I only get 20 bytes from the characteristic. With nRF Connect I get full string from the characteristic. I can write everything properly. Just reading with...

Hi Everyone. I have problem with notify, I am follow the step to use notify to send params. **[Documentation Example] var params = { "service":"1234", "characteristic":"ABCD", "value":"U3Vic2NyaWJlIEhlbGxvIFdvcmxk" //Subscribe Hello World...

I needed to get the service UUIDs so I could write to the device. I used the `services` function to do that: ``` await ble.services({ address: address }).then((data) => {...

When I try to subscribe for notifications on a characteristic, I get this error: `Error Domain=CBATTErrorDomain Code=3 "Writing is not permitted"` I don't want to write anything, just be notified...

I am using this plugin with Ionic Capacitor to communicate with a BLE 4.2 Bluetooth device. Pairing with the device requires a PIN. The functionality works on Android (connect, bond,...

My flow right now is pretty simple, I do the following steps: 1. Scan 2. Connect 3. Discover 4. Subscribe to one of the notifications, I receive a few notifications...

When I try to call startAdvertising to advertise data embedded in DataLocalName for a while, and then call stopAdvertising, the original advertising will never stop and other devices like android/iOS...

The plugin does not work with android target sdk 29 by default. It just doesn't find any devices without any error message. If i manually grant every location permission and...