Motivation
When scanning busy environments, it can be difficult to quickly identify devices that are important to the user (e.g. a home router, test BLE beacon, or frequently monitored access point).
Currently, users must manually search for these devices every time they appear in scan results.
Proposed Solution
Allow users to mark a discovered device as a favorite using a star/bookmark action.
Favorited devices would:
- Be persisted locally
- Be visually highlighted in future scans
- Optionally be accessible from a dedicated Favorites screen
Example
★ Home Router
★ Office AP
★ Test Beacon
Benefits
- Improves usability during repeated surveys and testing
- Makes important devices easier to identify in large scan lists
- Useful for network administrators, security researchers, and BLE developers
- Self-contained feature that does not require changes to the scanning pipeline
Implementation Idea
Use existing unique identifiers (e.g. Wi-Fi BSSID, BLE MAC address) to persist favorites locally and restore them across app launches.
I'd be happy to contribute an initial implementation if this feature aligns with the project's goals.
Motivation
When scanning busy environments, it can be difficult to quickly identify devices that are important to the user (e.g. a home router, test BLE beacon, or frequently monitored access point).
Currently, users must manually search for these devices every time they appear in scan results.
Proposed Solution
Allow users to mark a discovered device as a favorite using a star/bookmark action.
Favorited devices would:
Example
Benefits
Implementation Idea
Use existing unique identifiers (e.g. Wi-Fi BSSID, BLE MAC address) to persist favorites locally and restore them across app launches.
I'd be happy to contribute an initial implementation if this feature aligns with the project's goals.