Android Question BLE Scan2

iCAB

Well-Known Member
Licensed User
Longtime User
Hi There

Is there a reason why BLE Scan2 doesn't find all bluetooth devices listed under System Settings->Bluetooth->Available devices?
I am using B4A 10.2, BLE2 (1.38).

I also tried using the BLE2 sample code. I am getting the same results.

The manager is initialized as follows:

B4X:
manager.Scan2(Null, False)

Also, I have downloaded a scanner app and it does seem to display device names/descriptions for some of the devices that I am not getting a name for,

Can someone clarify please

Thanks
iCAB
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
System Settings->Bluetooth->Available devices?
Don't confuse classic Bluetooth with BLE devices.
 
Upvote 0

iCAB

Well-Known Member
Licensed User
Longtime User
So is it right to say that the android OS scans for Classic & BLE devices??

Thanks,
iCAB
 
Upvote 0
Top