Qt and iBeacon scan
-
I didn't have much of iBeacon devices, but those I had are discovered by standard Qt Bluetooth examples. But something beside discovery (actually get some data) was not available out-of-the-box till now.
But now, with Qt 5.12, there will be new methods, for example manufacturerData, from which you can actually get bytes of data (although, those need to be further decoded according to a particular device specification).