I Programmed my beacon devices with this firmware: ble_app_beacon.zip
the only app that can find my beacon on ios is nrf connect. in this firmware the uuid is this:
#define APP_BEACON_UUID 0x01, 0x12, 0x23, 0x34,
0x45, 0x56, 0x67, 0x78,
0x89, 0x9a, 0xab, 0xbc,
0xcd, 0xde, 0xef, 0xf0
and I haven't changed it.
I used Radius Network Locate app, and set to scan for all types of beacons, but it says there is no visible beacon.
how can be sure that my beacons are visible?
and how can be sure that this APP_BEACON_UUID is really my uuid? is there a possibility that my uuid is something else?