You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bluetooth Connection screen shows a large and growing list of "Unknown device" entries even when no Bluetooth devices are physically nearby. The entries appear to be stale BLE scan results that are never cleared between sessions. Because BLE devices use MAC address randomisation, each scan of the same physical device generates a new unique MAC, causing duplicate "Unknown device" entries to accumulate in the list indefinitely.
Observe the device list — even in a location with no Bluetooth devices in range, a large list of "Unknown device" entries with various MAC addresses is displayed
Actual results
A long list of "Unknown device" entries with MAC addresses is shown, persisting across sessions even when no devices are nearby. The list grows over time due to MAC address randomisation causing each BLE advertisement to appear as a new unique device.
Expected results
The device list should only show devices discovered in the current scan session and should be cleared between sessions. Devices advertising with randomised MACs that cannot be identified as GPS receivers should not be added to the persistent list.
Screenshots or logs
unknown-BT-devices.mp4
Conclusion Created by Claude and supervised by a human test analyst.
Description
The Bluetooth Connection screen shows a large and growing list of "Unknown device" entries even when no Bluetooth devices are physically nearby. The entries appear to be stale BLE scan results that are never cleared between sessions. Because BLE devices use MAC address randomisation, each scan of the same physical device generates a new unique MAC, causing duplicate "Unknown device" entries to accumulate in the list indefinitely.
Environment
[ ] Staging [x] PROD
Application (+ app version, build, operating system)
Mergin Maps mobile 2026.2.0, Android (Samsung Galaxy A53 5G, Android 16)
Steps to reproduce
Actual results
A long list of "Unknown device" entries with MAC addresses is shown, persisting across sessions even when no devices are nearby. The list grows over time due to MAC address randomisation causing each BLE advertisement to appear as a new unique device.
Expected results
The device list should only show devices discovered in the current scan session and should be cleared between sessions. Devices advertising with randomised MACs that cannot be identified as GPS receivers should not be added to the persistent list.
Screenshots or logs
unknown-BT-devices.mp4
Conclusion
Created by Claude and supervised by a human test analyst.