B4A Question Very strange SLOWNESS in BLE writeData - Mike1970    Jun 6, 2022 Hi everyone,
I'm trying to send a 900KB file to an ESP32 via BLE.
Assume that the code... to it over BLE and send the files.
Everything works fine.
However... i managed to port the same... the React webapp to do the transfer was hundreds time faster...
Maybe the phone BLE is slower compared to... B4A Question java.lang.RuntimeException in BleManager2.WriteData - Filippo    Sep 3, 2025 .b4a.objects.BleManager2.WriteData (BleManager2.java:395)
at anywheresoftware.b4a.objects.BleManager2.WriteData (BleManager2.java:386)
at fg.MasterOfRegolarity.clsbluetoothble....WriteData (BleManager2.java:395)
at anywheresoftware.b4a.objects.BleManager2.WriteData (BleManager2.java...("GetBluetoothVersion=" & strTmp)
If btService > -1 Then
btManager.WriteData... B4A Question BLE WriteData crash on Sony with Android 9 - tfcroft4 (first post)    Apr 15, 2026   (1 reaction) to add a delay between the BLE actions. Trial and error suggests a delay of 150 is sufficient but may be worth increasing to be on the safe side.
Using BLE for Serial Communication one has to accept... B4A Question BLE 2 - WriteData - Declan    Jun 30, 2020 I am going through the BLE 2 example.
In order to send data to the remote BLE device (uBlox NINA), I must send:
WriteData(Service As String, Characteristic As String, Data As Byte())
What exactly... B4A Question BLE2 WriteData fails when DataAvailable events are arriving from a previous ReadData - aegidius20 (first post)    Aug 11, 2025 Thanks. The joys of networking...
Have averted the crashes in writes by limiting the amount read in the reads (only specific services... B4A Question BLE WriteData - mmgh28 (first post)    Dec 13, 2022 Thank you very much, I will review the code and I hope I can adapt it to my project.... B4A Question BLE2 WriteData to RN4871 BLE stops sending data after 8 transmissions - dxptech (first post)    Jun 1, 2022 changed char to charact and Object to JavaObject in WriteData sub :
Scans, finds, connects,
but, after 8 WriteData btn presses, it stopped sending anything.... B4A Question BLE2 WriteData - Steve-h (first post)    Feb 11, 2022 Cracked this one as well after getting close to giving up
Dim n As String ="ffff"
Dim send()As Byte=bc.HexToBytes(n)
manager.WriteData(serveuuid,txuuid,send)
... B4A Question BLE2 Using WriteData to send a string Write Without Response - Steve-h (first post)    Jan 23, 2022 I have used SmartConnect which is on the Microchip web site and nRF Connect both were helpful for d... B4A Question BLE2 writedata error - Erel (first post)    Sep 4, 2019 Try to disable the timer and also add Sleep(1000) before writing.... Page: 1   2   3   4   5   6   7   |