B4J Question BLE discovering

uniplan

Active Member
Licensed User
Longtime User
I need to handle beacon devices from B4J. I wanted to know if there is a library similar to B4A's BLE2.
If not, what can be the way to interact with these devices?
Thanks.
 

uniplan

Active Member
Licensed User
Longtime User
I can not use an Android device.
I need to use a raspberry device.
There is a way to capture the advertising BLE data?
 
Upvote 0

uniplan

Active Member
Licensed User
Longtime User
I already can see the BLE data with these commands:

B4X:
hciconfig hci0 down
hciconfig hci0 up
sudo hcitool lescan --duplicates &
sudo hcidump --raw

I would like to acquire this data in a B4J application and then process them.
 
Upvote 0
Top