Skip to content
Snippets Groups Projects
Commit 948f427f authored by sykoravojtech's avatar sykoravojtech
Browse files

sunfibre-multi-bt filters added

parent 9a0b68ec
Branches master
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ class BLEActivity : AppCompatActivity() {
} else {
scanResults.clear()
scanResultAdapter.notifyDataSetChanged()
bleScanner.startScan(null, scanSettings, scanCallback) // TODO here add scanFilters
bleScanner.startScan(scanFilters, scanSettings, scanCallback)
isScanning = true
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment