Hi There
Can someone tell me why the information outputted to the log screen is different between the 2 implementations?
https://www.b4x.com/android/forum/threads/ble-2-bluetooth-low-energy.59937/
https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content
A typical B4A output looks like:
A typical B4I output looks like:
Using B4I, I am able to detect a device using its name, while with B4A I don't see the device (maybe it's there by there is no easy way for me to identify it)
Also with B4I you can see the device UUID, while I don't see the same info with B4A
Please advise.
Thanks,
iCAB
Can someone tell me why the information outputted to the log screen is different between the 2 implementations?
https://www.b4x.com/android/forum/threads/ble-2-bluetooth-low-energy.59937/
https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content
A typical B4A output looks like:
B4X:
Found: , 6E:A6:00:FE:D2:8D, RSSI = -39, (MyMap) {1=[B@5c30ea4, 10=[B@95b640d, -1=[B@373bfc2, 0=[B@ec1f1d3}
A typical B4I output looks like:
B4X:
Found: , 0ED03A0B-1294-C733-AE1B-3A16B2B9DE3D, RSSI = -89, (read only map) {
kCBAdvDataIsConnectable = 1;
kCBAdvDataTxPowerLevel = 12;
}
Using B4I, I am able to detect a device using its name, while with B4A I don't see the device (maybe it's there by there is no easy way for me to identify it)
Also with B4I you can see the device UUID, while I don't see the same info with B4A
Please advise.
Thanks,
iCAB