aioblescan icon indicating copy to clipboard operation
aioblescan copied to clipboard

Apple Air Tag detection?

Open createcandle opened this issue 2 years ago • 3 comments

Can this library be used to detect Apple Air Tags?

createcandle avatar Feb 23 '22 20:02 createcandle

I think it can, but you would need a plug-in to decode things

frawau avatar Feb 24 '22 11:02 frawau

This is how we parse it in BLE monitor (assuming that it uses iBeacon format)

https://github.com/Ernst79/bleparser/blob/master/package/bleparser/ibeacon.py

Ernst79 avatar Feb 24 '22 12:02 Ernst79

Apple AirTags is not iBeacons, unfortunately - https://www.beaconzone.co.uk/blog/are-apple-airtags-ibeacons/

Magalex2x14 avatar Feb 24 '22 14:02 Magalex2x14