Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bleak: use BleakScanner instead of discover() #140

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

bobvanderlinden
Copy link
Contributor

This resolves a deprecation warning that .discover should no longer be used. Instead, BleakScanner is used. It allows acting directly on detection of devices, so it isn't needed anymore to poll 30 times for devices.

This resolves a deprecation warning (and now it seems incompatiblity)
that .discover should no longer be used. In addition, the BleakScanner
allows acting directly on detection of devices, so it isn't needed
anymore to poll 30 times for devices.
@undera
Copy link
Owner

undera commented Jan 4, 2025

This looks cool.

@undera undera merged commit 71dfc63 into undera:master Jan 4, 2025
@bobvanderlinden
Copy link
Contributor Author

Thanks!

@bobvanderlinden bobvanderlinden deleted the bleak-scanner branch January 4, 2025 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants