fix: skip device info read to prevent disconnect failures #7

Merged
schwifty merged 1 commit from schwifty/skip-device-info-read into main 2026-03-21 23:50:42 +00:00
Collaborator

Summary

  • DX-Smart beacons consistently drop BLE connection during the 0x30 device info query, exhausting the retry counter and failing provisioning
  • Device info (MAC address) is optional — API already falls back to iBeacon UUID as hardware ID
  • Skip device info read entirely during provisioning; still available in readConfig/check mode

Test plan

  • Provision a beacon that was previously failing with Disconnected while reading device information
  • Verify provisioning succeeds without MAC (hardware ID falls back to UUID)
  • Verify readConfig/check still shows MAC when available
## Summary - DX-Smart beacons consistently drop BLE connection during the 0x30 device info query, exhausting the retry counter and failing provisioning - Device info (MAC address) is optional — API already falls back to iBeacon UUID as hardware ID - Skip device info read entirely during provisioning; still available in readConfig/check mode ## Test plan - [ ] Provision a beacon that was previously failing with Disconnected while reading device information - [ ] Verify provisioning succeeds without MAC (hardware ID falls back to UUID) - [ ] Verify readConfig/check still shows MAC when available
schwifty added 1 commit 2026-03-21 23:50:38 +00:00
The DX-Smart 0x30 device info query consistently causes beacon BLE disconnects,
which exhausted the retry counter and failed provisioning. The MAC address is
optional — API falls back to iBeacon UUID as hardware ID. Device info read is
still available in readConfig/check mode where it doesn't block provisioning.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
schwifty merged commit e9b668cb20 into main 2026-03-21 23:50:42 +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#7
No description provided.