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
Describe the bug
In audio_shell, after initializing Bluetooth successfully (bt init), attempting to connect to a device by name (bt connect-name <device_name>) fails with the error message: Bluetooth scan failed (err -22).
To Reproduce
Update branch to the latest on upstream.
Build and flash audio_shell to a board.
Initialize Bluetooth using bt init.
Attempt to connect to a device by name using bt connect-name <device_name>.
Observe the error message: Bluetooth scan failed (err -22).
Expected behavior
The device should connect successfully without any errors.
Impact
Minor problem in audio shell that prevents connecting to a device by name.