hbldh / bleak

A cross platform Bluetooth Low Energy Client for Python using asyncio
MIT License
1.56k stars 275 forks source link

Improve error handling when a device is not present in BlueZ #1511

Closed Siecje closed 2 months ago

Siecje commented 3 months ago

Fixes https://github.com/hbldh/bleak/issues/1507

dlech commented 3 months ago

This isn't a trivial change, so I would like to add a commit message explaining the reason why these changes are needed and also add a changelog entry for the fix. Thanks!