I tested few comercial program and BLE work stable on Android 4.4.2
On my phone and the same version.
Something must be wrong in this implementation on B4A.
Or I have not good implementation.
Please send to me work project BLE- example code
Sub BLE_Connected (Services As Map)
For Each s As BleService In Services.Values
For Each key As String In s.GetCharacteristics
Log(key)
Dim c As BleCharacteristic = s.GetCharacteristics.Get(key)
Next
Next
Dear Erel
I used this code, but log display null (nothing service found) although with BLE Scanner software from google play indicate more services
Thank