Changed
- Retrieve the BLE address required by
BleakClientWinRTfrom scan response if advertising is None (WinRT). - Changed type hint for
advattribute ofbleak.backends.winrt.scanner._RawAdvData. BleakGATTCharacteristic.max_write_without_response_sizeis now dynamic.
Fixed
- Fixed
discovered_devices_and_advertisement_datareturning devices that should
be filtered out by service UUIDs. Fixes #1576. - Fixed a
Descriptor None was not found!exception occurring instart_notify()on Android. Fixes #823. - Fixed exception raised when starting
BleakScannerwhile running in a Windows GUI app.