Repackaging the commonly used bluetooth scanning, connection, transmission and reconnection operation. Let users pay more attention to the business itself, but not the bluetooth.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.tonggang1308.NBle:reconnectble:0.9.0'
}