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:
Rohit Sangwan
2024-12-09 21:02:42 +05:30
committed by GitHub
parent bbf9703303
commit 437eca70af
3 changed files with 5 additions and 4 deletions
@@ -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()
}