A library to Scan BLE Devices and filter them with beacon's UUID or mac address
You need to make sure you have the JCenter repository included in the build.gradle file in the root of your project:
repositories {
...
jcenter()
}
add a dependency in the build.gradle file of your app module.
implementation 'com.masoud.blescanner:blescanner:1.0.0'