BLESSED is a very compact Bluetooth Low Energy (BLE) library for Android 5 and higher, that makes working with BLE on Android very easy. It takes care of many aspects of working with BLE you would normally have to take care of yourself. The BLESSED library was inspired by CoreBluetooth on iOS and provides the same level of abstraction, but at the same time it also stays true to Android by keeping most methods the same and allowing you to work with the standard classes for Services, Characteristics and Descriptors. If you already have developed using CoreBluetooth you can very easily port your code to Android using this library.
Features
- Queueing commands, so you can don't have to wait anymore for the completion of a command before issueing the next command
- Bonding correctly, so you don't have to do anything in order to robustly bond devices
- Easy scanning, so you don't have to setup complex scan filters
- Managing threading, so you don't have to worry about on which thread to issue commands or receive results
- Threadsafe, so you don't see weird threading related issues anymore
- Workarounds for some known Android bugs, so you don't have to research any workarounds
Categories
LibrariesLicense
MIT LicenseFollow BLESSED for Android
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of BLESSED for Android!