How to receive Beacon's Name and Instance ID in the same callback on Pro Beacon
AnsweredHi,
I have a Card beacon and on the callback I can get the Instance ID, NameSpace and also the Beacon's Name
But when I use the Pro Beacon, There are 2 callbacks:
SimpleSecureProfileListener()
And
SimpleEddystoneListener()
With the first callback, I can read the Beacon's name but the Instance ID and NameSpace are null
With the second callback, I can read the Instance ID and NameSpace but the Beacon's name is null
I want the 3 information above can be broadcasted in 1 single callback, my app need all 3 of those information.
Can anyone help?
Thanks
-
Hi,
This works as I have mentioned earlier - in our older beacons like the Card Beacon the Unique ID is in the Scan Response packet for Eddystone and that's why it is possible to receive it with a single callback function. In case of our new beacons with nFR52 chipset, the Unique ID is in the Secure Kontakt.io packet and the Namespace and InstanceID are in the Eddystone packet.
0
Please sign in to leave a comment.
Comments
1 comment