Skip to content

Releases: manolofdez/AsyncBluetooth

1.8.2

21 Oct 14:56
2839c85
Compare
Choose a tag to compare

What's Changed

  • Fixes crash when cancelling all operations while scanning.

Full Changelog: 1.8.1...1.8.2

1.8.1

13 Oct 19:03
f642a93
Compare
Choose a tag to compare

What's Changed

  • Fixes potential race condition checking the bluetooth state.

Full Changelog: 1.8.0...1.8.1

1.8.0

22 Jul 12:22
9a10994
Compare
Choose a tag to compare

What's Changed

  • Adds support for 16bit and 32bit string UUIDs for readValue, writeValue and setNotifyValue convenience functions.

Full Changelog: 1.7.0...1.8.0

1.7.0

09 Jul 18:28
d97d209
Compare
Choose a tag to compare

What's Changed

  • Adds support for canceling all operations in the central manager and any peripheral.

Full Changelog: 1.6.0...1.7.0

1.6.0

25 Feb 23:14
1dd29c1
Compare
Choose a tag to compare
  • Makes constructors for Peripherals and Characteristics public.

1.5.1

25 Feb 23:12
Compare
Choose a tag to compare
  • Fixes infinite recursion bug when writing to a Peripheral's descriptor

1.5.0

18 Feb 20:05
b130ad4
Compare
Choose a tag to compare
  • Publishes the L2CAP channel as part of the Peripheral's event

1.4.1

04 Jan 16:18
Compare
Choose a tag to compare
  • Removes warning about receiving an UpdateValue from a continuation when the characteristic is notifying.

1.4.0

24 Nov 15:14
93e125f
Compare
Choose a tag to compare
  • Fixes characteristic notifications not sending data as expected
  • Fixes canceled connections preventing reconnections

1.3.0

07 Sep 21:54
fb709a4
Compare
Choose a tag to compare
  • Adds watchOS support
  • Publishes more events from the CentralManger