Releases: manolofdez/AsyncBluetooth
Releases · manolofdez/AsyncBluetooth
1.8.2
What's Changed
- Fixes crash when cancelling all operations while scanning.
Full Changelog: 1.8.1...1.8.2
1.8.1
What's Changed
- Fixes potential race condition checking the bluetooth state.
Full Changelog: 1.8.0...1.8.1
1.8.0
What's Changed
- Adds support for 16bit and 32bit string UUIDs for
readValue
,writeValue
andsetNotifyValue
convenience functions.
Full Changelog: 1.7.0...1.8.0
1.7.0
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
- Makes constructors for Peripherals and Characteristics public.
1.5.1
- Fixes infinite recursion bug when writing to a Peripheral's descriptor
1.5.0
- Publishes the L2CAP channel as part of the Peripheral's event
1.4.1
- Removes warning about receiving an UpdateValue from a continuation when the characteristic is notifying.
1.4.0
- Fixes characteristic notifications not sending data as expected
- Fixes canceled connections preventing reconnections
1.3.0
- Adds watchOS support
- Publishes more events from the CentralManger