Last active
April 26, 2020 10:28
-
-
Save mohsenoid/61f16bdb6c70dd1894eef36931867711 to your computer and use it in GitHub Desktop.
ClosetToMe - Start Scanning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val scanFilters = listOf( | |
ScanFilter.Builder() | |
.setManufacturerData(manufacturerId, manufacturerData, manufacturerDataMask) | |
.build() | |
) | |
bluetoothScanner.startScan( | |
scanFilters, | |
settings, | |
scanCallback | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment