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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added AdvertisementData class used with detection callbacks across all supported platforms. Merged #334.
Added BleakError raised during import on unsupported platforms.
Added rssi parameter to BLEDevice constructor.
Added detection_callback kwarg to BleakScanner constructor.
Changed
Updated minimum PyObjC version to 7.0.1.
Consolidated implementation of BleakScanner.register_detection_callback(). All platforms now take callback with BLEDevice and AdvertisementData arguments.