Android Question BLE2 -- is there an actual tutorial?

App Dude

Active Member
Licensed User
Longtime User
Hi Erel,

I'm struggling to figure out BLE2... I've managed to get data from Android to my device (RN4871-based), but when I send data back I see that DataAvailable is called, but I don't know how to figure out the characteristic and value that was sent to the Android device. The example that's being pushed on every discussion does not clearly tell me the process and what the methods/values for "Characteristic." are. Is there a real tutorial for this that explains the process and how to use the BLE2 library? Yes, I'm licensed. PS, I'm still very new to B4A and Basic.

Thanks.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

App Dude

Active Member
Licensed User
Longtime User
I inherited a project from someone else and that uses Manager_DataAvailable. I'm unclear what exactly that does and how it differs from DataAvailable (as in that example).
This page does not mention it.
Can anyone explain what the differences are?
 
Last edited:
Upvote 0

App Dude

Active Member
Licensed User
Longtime User
Sure. But can you tell me what Manager_DataAvailable does (as compared to DataAvailable) in the meanwhile?
 
Upvote 0
Top