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
BleakScanner: Add ScanMode enum, support active scan mode fall-back
Use ScanMode enum instead of a string literal for the `scanning_mode`
parameter of the `BleakScanner`.
Support fall-back to active scanning mode on platforms where passive
scanning mode is not possible if `TRY_PASSIVE` mode is used.
Add noqa comment to avoid "N806 variable ... in function should be
lowercase".
0 commit comments