There is a lot of documentation on connecting to devices that are broadcasting a BT signal, but there is very little documentation on how to use your FMX application to broadcast out as if it were a Beacon (iBeacon or AltBeacon).
I am wanting to create an app where it will use Beacon technology to tell if two phones are in close proximity to each other. This will require them both to broadcast out a UUID/Major/Minor signal that can be scanned by normal bluetooth services.
Are there any good examples on how to achieve this kind of result? I am able to do this with applications that I can download (used GemTotSDK), where I can broadcast and scan for beacons using the same app. I would like to be able to do this within my own appl
Thank you for the help.