Dynamic BLE addressing issue #134
Unanswered
Semper-Viventem
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We use several different approaches to match devices. The AirTag MAC address for example is derived by the advertised public key. Therefore, we can do matching based on the MAC address. The SmartTag has a privacyID, which we use to match it. Additionally, we have some heuristics to check if the SmartTag did change the privacyID and we actually see the same SmartTag after changing the ID. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do you determine the fact that the device you found in the current scan is the same device that you found several scans ago? I can see that you match beacons by the device address, but SmartTags and AirTags use dynamic addressing and change addresses each 15-30 minutes.
Beta Was this translation helpful? Give feedback.
All reactions