gamedirty / android-blex

A wrapper for the Bluetooth GATT APIs on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A wrapper for the Bluetooth GATT system API on Android

This library wraps the system API for BLE (BluetoothGatt etc.) in a more convenient and safer API for use in apps. It solves the common problems one regularly have with BLE on Android, like race conditions, queueing commands, and blocking of binder threads.

About

A wrapper for the Bluetooth GATT APIs on Android.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%