I’m trying to determine about “discovering” Gimbal beacons with standard iOS libraries. According to Radius Networks and Blue Sense Networks - Gimbal beacons do not broadcast st
First and foremost Gimbal beacons are not iBeacon compatible, although the underlying technology is Bluetooth Low Energy.
You can't work with them using standard iOS libraries as they change their advertising packet - in essence on every advertisement they appear as a different BLE device. As per my original comment, Gimbal beacons broadcast a rolling encrypted code, so can't be discovered or connected to using standard means.
Gimbal have their own SDK both for iOS and Android, I suggest you give it a go if it makes sense in your app.