This is an Android library that simplifies the process of bluetooth communication, multi connected device.
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.hassanmahfuj:BluetoothAgent:0.1.0'
}
Careful: You also have to enable phone location in newer versions of Android.