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
Each DiscoveredPeripheral is stamped with its vending ReliaBLEManager (or equivalent) so .peripheral resolves on the correct registry (multi-manager safe).
discovered.peripheral returns the interned handle (same instance/identity as registry), not a fresh object per ad.
Acceptance criteria
Sugar works for manager-vended discoveries
Repeated ads for same device resolve to same handle
Parent: #50
Requirements
DiscoveredPeripheralis stamped with its vendingReliaBLEManager(or equivalent) so.peripheralresolves on the correct registry (multi-manager safe).discovered.peripheralreturns the interned handle (same instance/identity as registry), not a fresh object per ad.Acceptance criteria