bluebird_android 0.4.0
bluebird_android: ^0.4.0 copied to clipboard
The Android implementation of bluebird, the Bluetooth Low Energy (BLE) plugin for Flutter.
0.4.0 #
- Added L2CAP connection-oriented channel support (
BluetoothDevice.createL2capChannel, Android 10 / API 29+).
0.3.0 #
- Regenerated for the
BluetoothConnectionStateconnecting/disconnectingadditions. Native behaviour is unchanged — Android still reports only connected / disconnected.
0.2.0 #
- Platform method-channel tracing now goes to
BluebirdPlatform.logger(atLevel.FINEST);setLogLevelno longer takes acolorargument. - Surface a peer's ATT Error Response as
attError(with the raw ATT code), distinct from local GATT stack/link failures (androidError).
0.1.0 #
- Initial release.