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
Only when start_scanner is called do we find out if there was a BLE device to open.
Confirming a BLE device is available should happen during HW Driver discovery.
This sounds easy to do, but my attempt failed because of the await/async nature of the Bleak API.