fix: sort beacons by RSSI (closest first) #33

Merged
schwifty merged 1 commit from schwifty/sort-beacons-by-rssi into main 2026-03-22 23:03:36 +00:00
Collaborator

Sorts the discovered beacon list by signal strength so the closest beacon appears at the top.

  • Sort in BLEManager as beacons are discovered (real-time)
  • Sort in ScanView list rendering (display layer)

Requested by @john — beacons are showing up now but need to be ordered by proximity.

Sorts the discovered beacon list by signal strength so the closest beacon appears at the top. - Sort in BLEManager as beacons are discovered (real-time) - Sort in ScanView list rendering (display layer) Requested by @john — beacons are showing up now but need to be ordered by proximity.
schwifty added 1 commit 2026-03-22 23:03:31 +00:00
Sort the beacon list so strongest signal (closest beacon) appears at the
top. Sorting happens both in BLEManager as beacons are discovered and in
the ScanView list rendering.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
schwifty merged commit c879ecd442 into main 2026-03-22 23:03:36 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: payfrit/payfrit-beacon-ios#33
No description provided.