New
BleGattCoroutines v0.4.0
Publication of this version is broken, use 0.4.1 or newer instead.
Compiled with Kotlin 1.3.31 (and kotlinx.coroutines 1.2.1).
This is an important release for BleGattCoroutines that includes fixes, improvements & new features.
Fixes
- Fix rare hard to track uncaught exceptions caused by
offercalled on closed channels. (744e862f) - Automatically request disconnect on close by default. Avoids issue where connection is not stopped by close on Android's side and prevents subsequent connections.
New features
- Add a public
bluetoothDeviceproperty to theGattConnectioninterface, thanks to Brian Parma contribution. - Add
requestMtufunction onGattConnection, thanks to Bill Cauchois contribution.