Skip to content

A simple library for scanning BLE Devices with filtering

License

Notifications You must be signed in to change notification settings

essmigel/BLEScanner

Repository files navigation

BLEScanner

Download

A library to Scan BLE Devices and filter them with beacon's UUID or mac address

💻 Installation

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'

About

A simple library for scanning BLE Devices with filtering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages