-
public class EmulatedScanFilterMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private final booleanisEmpty
-
Constructor Summary
Constructors Constructor Description EmulatedScanFilterMatcher(Array<ScanFilterInterface> scanFilters)
-
Method Summary
Modifier and Type Method Description booleanisEmpty()booleanmatches(RxBleInternalScanResult internalScanResult)StringtoString()-
-
Constructor Detail
-
EmulatedScanFilterMatcher
EmulatedScanFilterMatcher(Array<ScanFilterInterface> scanFilters)
-
-
Method Detail
-
isEmpty
boolean isEmpty()
-
matches
boolean matches(RxBleInternalScanResult internalScanResult)
-
-
-
-