Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.1.0

Choose a tag to compare

@dlech dlech released this 10 Aug 22:49

Added

  • Added support for Pythonista iOS app backend.
  • Added BleakClient.name property for getting the peripheral's name. Fixes #1802.

Fixed

  • Fixed BleakClient.connect() on Android when service characteristics have descriptors. Fixes #1803.
  • Fixed disconnect callback not called on Windows when Bleak initiates disconnection.