Android Question Use BeaconParser Class scan for beacon uiid not found

mike1967

Active Member
Licensed User
Longtime User
Hello, i have use the BeaconParser Class example. It work fine and found the beacon uiid from a my raspberry :C8F0FDB1-D52E-457B-BD3D-EC2D27E5A67A.
Whe i log the beacon.uiid the result is :C8F0FDB1D52E457BBD3DEC2D27E5A67A00010001. When i scan with Scan (list,true) the beacon is not found. this ise the code :
Code:
Public Sub Scan
    Dim l As List
    l.Initialize
    l.Add("C8F0FDB1-D52E-457B-BD3D-EC2D27E5A67A")
    manager.Scan(l, True)
    scanning = True
End Sub
Where is my error ? Thanks in advances
 
Top