Fix Windows filter with services (#111)
* Fix Windows filter with services * Fix comment typos --------- Co-authored-by: Foti Dim <fdimanidis@gmail.com>
This commit is contained in:
@@ -103,7 +103,7 @@ class UniversalBleFilterUtil {
|
||||
}
|
||||
|
||||
fun UniversalScanFilter.hasCustomFilter(): Boolean {
|
||||
// Only NamePrefix Filtering is not allowed in native filters
|
||||
// NamePrefix Filtering is not supported in native filters
|
||||
return withNamePrefix.isNotEmpty()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user