cordova-plugin-bluetoothle
cordova-plugin-bluetoothle copied to clipboard
Bluetooth Low Energy Phonegap Plugin
Hi, I need to write a byte array directly and I can't find this functionality. (writing some header values) If I use bytesToEncodedString it results in an empty string and...
Hi everyone! I'm trying to respond to a 'writeRequested' state with the respond() method, but I see that it doesn't work as expected. I need to reply to the device...
Hi Rand, thanks for the plugin! I am currently trying to subscribe to a previously connected device. but I notice that when I execute the subscribe method, I get an...
 I am trying to read from a Flic button but getting the error "Unable to read" while trying to read(). The process is as follows: 1. Calling the scan()...
Is it possible connecting 2 android phones with Bluetooth and share/send data to another Android phone and sends back a response after receiving and reading the data. The idea is...
Hi ! My app crash when `startScan()` function is called. This only happens when the BLUETOOTH_SCAN permission is allowed. I use the `requestPermissionBtScan()` function, allowed it when the window appear,...
I have installed the 6.7.0 version of cordova-plugin-bluetoothle, but when i import '@awesome-cordova-plugins/bluetooth-le/ngx' (I am using capacitor), i cant see that new methods. dependencies: "@awesome-cordova-plugins/bluetooth-le": "^5.45.0", "@awesome-cordova-plugins/core": "^5.45.0", "cordova-plugin-bluetoothle": "^6.7.0",
From: https://github.com/dariuszseweryn/RxAndroidBle/pull/808 since Android 13 the real maximal supported MTU by Android is 515. Even though in Android source code the [GATT_MAX_MTU_SIZE](https://cs.android.com/android/platform/superproject/+/master:packages/modules/Bluetooth/system/stack/include/gatt_api.h;l=244;drc=1918034a0730839c7a07b1260b1ab74b80d6b4e6) is still set to 517, the data buffer...
Dear Rand, I'm reading characteristics every second with read (from ESP32 device), what is working great but when trying to send I often get a write error "Unable to write"....