Wednesday 3 January 2018

BleGattCoroutines

Make Gatt Great Again! This library allows easy and safer usage of BluetoothGatt in Android.

It does so by taking advantage of the excellent coroutines feature in the Kotlin programming language that allows to write asynchronous code in a sequential/synchronous style, which means, without the callback hell, and without blocking any thread (which would waste memory and decrease performances).

This library makes it possible to have readable and debuggable code that interacts with Bluetooth Low Energy GATT (General Attribute), that is, the connection part of the Bluetooth Low Energy standard.


Android Arsenal

from The Android Arsenal

No comments:

Post a Comment