Releases: Ubudu/Android-IOT-SDK
Releases · Ubudu/Android-IOT-SDK
Production release v1.6.4
Production Release v1.6.3
Features added:
- optional MTU negotiation
- added long message protocol v3
- more
send
API method variants - API for UART communication
Improvements:
- performance improvements for faster connections and data handling (thanks to it this SDK is now capable of providing a live audio interphone feature over BLE LE)
Issues addressed:
None
NOTE: Callback methods are no longer called on a main thread. Please make sure you manipulate your UI on main thread properly.
Production Release v1.5.0
Features added:
- extra argument to BleDevice send method that allows to specify write type
- support for fast data streaming (e.g. audio)
Issues addressed:
- peripheral manager unable to write data
- DiscoveryManager.discover working only with the first instance of BleDevice filter provided as argument
Improvements:
- cleaned API (see Readme.md for details)
Production Release v1.3.1
Improvements:
- Bluetooth LE discovery stability improvements due to longer scanning period and longer pause between scans
Production Release v1.3.0
Features added:
- Continuous BLE devices scanning until declared duration has passed or particular device chosen as correct
Improvements:
- Refactored API for communication with the Ubudu dongle
Production Release v1.1.1
Issues addressed:
- close gatt client after disconnecting
Production Release v1.1.0
Features added:
- Enable customizing the Bluetooth service and characteristic UUIDs of the target device
- add peripheral feature so mobile device can advertise and be connectable as a BLE device
Improvements:
- error handling
Production Release v1.0.0
Initial release