Skip to content

bluez-async 0.2.1

Compare
Choose a tag to compare
@qwandor qwandor released this 27 Feb 12:13
· 890 commits to master since this release

New features

  • Added TX power and address type to DeviceInfo.
  • Added methods for using a specific adapter rather than all adapters on the system.
  • Added support for reading and writing characteristics and descriptors from a given offset, and
    explicitly specifying what type of write operation to use.

Other changes

  • Wait for service discovery to complete before returning from connect. This should avoid errors
    when trying to look up services on a device immediately after connecting to it.