I want to send Eddystone UID frames as well as iBeacons frames and If I understand correctly I can do both with just hcitool. I am able to send the frame using iBeacon from my Debian and it displays properly but how could I send it with Eddystone standard. Is there also some conversion chart that could convert the Tx power from iBeacon (distance from 1m) or Eddystone(in 0m) to the other standard?
hcitool -i hci0 cmd 0x08 0x0008 1e 02 01 1a 1a ff 4c 00 02 15 e2 c5 6d b5 df fb 48 d2 b0 60 d0 f5 a7 10 96 e0 12 34 00 01 66 00
do I also understand correctly that catching the frame in iOS or Android is different for each standard?