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
BluetoothManager only assumes there's one peripheral we care about, which isn't true as we continue to restore the original one.
In the interest of reusing BluetoothManager in other use cases and projects, let's always ask the delegate (in this case, the Transmitter class) for permission before connecting.