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

Im using "@awesome-cordova-plugins/bluetooth-le": "^5.44.0", "cordova-plugin-bluetoothle": "^6.7.0", "@ionic/angular": "^6.1.9", Whenever I call a method (requestPermissions, initialize, getAdapterInfo, startScan) nothing happens, It doesnt go neither to the success nor the error, Also...

Hello there, I am trying to implement Bluetooth connection to external Bluetooth device, but I am experiencing several issues that I can not solve: - documentation prefers avoiding the .reconnect()...

public void startAdvertising ( AdvertiseSettings settings, AdvertiseData advertiseData, AdvertiseData scanResponse, AdvertiseCallback callback ) {} scanResponse is not available as a parameter when creating a BLE device

**BluetoothLE** We using Bluetooth LE and hve setup a broadcast mobile device and one mobile device that scans and connect to the broadcast device. The data is transmitting but it...

Hi guys l need some assistance with the BluetoothLE writing and sending data to another device. I can connect to a broadcasting device and being able to send data to...

Hello, I am using this superb plugin on an Android 12 device (SDK31+) After bluetoothle.initialize I request the SCAN permission and then the CONNECT permissions and get responses that these...

I am developing one app using Ionic capacitor project for android. My project version is Ionic-6.20 and angular -16.0.0 and Bluetooth LE V-6.7.4.In this project am used Bluetooth-le plugin for...

Hi, Im trying to communicate with a custom equipment without success. My needs is for running my app in Android 4.4 (API 19), so, I'm using old 2.4.0 version. I...

I have a nicely working Ionic IOS app and system it has both Peripheral and Central function we advertise (Peripheral) and our hardware wakes from sleep based on the service...

relative to #329. from 2016 I have a device that has over the air firmware upgrade support. on a different service from the main ble services. I do NOT want...