Releases: weliem/blessed-android
Releases · weliem/blessed-android
Version 2.0.2
- Code cleanup
Version 2.0.1
- Got rid of unnecessary getters in the enum classes
- Added extra utility methods to BluetoothBytes parser
- Updated documentation
Version 2.0.0
New major release:
- Added BluetoothPeripheralManager class so that you can make your own peripherals
- Added BluetoothCentral class to represent remote centrals. Only relevant if you make your own peripherals
- Replaced all int codes with enum classes
Version 1.47
- Shortened Phy enumerations for readability.
- Updated documentation
Version 1.46
- Added support for setPreferredPhy() and readPhy()
Version 1.45
- BREAKING CHANGE: renamed BluetoothCentral to BluetoothCentralManager to be consistent
- Minor refactoring
Version 1.44
Happy new year!
- Minor refactoring
Version 1.43
- Added getMaximumWriteValueLength() method
- Minor refactoring of gatt method precondition checks
Version 1.42
- Stop unnecessary byte copying in BluetoothGattCallback
Version 1.41
- Fixed rare issue where readCharacteristic could cause queue to get stuck
- Minor refactoring