pypi bleak 0.14.0
Version 0.14.0

latest releases: 0.22.2, 0.22.1, 0.22.0...
2 years ago

Added

  • Added service_uuids kwarg to BleakScanner. This can be used to work
    around issue of scanning not working on macOS 12. Fixes #230. Works around #635.
  • Added UUIDs for LEGO Powered Up Smart Hubs.

Changed

  • Changed WinRT backend to use GATT session status instead of actual device
    connection status.
  • Changed handling of scan response data on WinRT backend. Advertising data
    and scan response data is now combined in callbacks like other platforms.
  • Updated bleak-winrt dependency to v1.1.0. Fixes #698.

Fixed

  • Fixed InvalidStateError in CoreBluetooth backend when read and notification
    of the same characteristic are used. Fixes #675.
  • Fixed reading a characteristic on CoreBluetooth backend also triggers notification
    callback.
  • Fixed in Linux, scanner callback not setting metadata parameters. Merged #715.

Don't miss a new bleak release

NewReleases is sending notifications on new releases.