Is it possible to scan for eddystone beacon advertising packets using a nRF52 central device?
I'm trying to accomplish having authorized beacons such as waypoints that can't be cloned by just advertising the same device name with a cloned manufacturer data.
In my testing, normal beacons would show up in the central's scanner, but an Eddystone beacon would not, unless it was in the connectable configuration mode.
It seems like this type of advertising packet is more targeted to google's smartphone bluetooth scanners, so it may not be easy to implement on the nordic device.
I might be going about this the wrong way, and possibly should implement just an advertising peripheral GAP layer security. However, it would be nice to not have to do the connection negotiation if I can be assured that the waypoint is my own authorized device.
Any guidance would be appreciated,
Jeff