Home
last modified time | relevance | path

Searched refs:shouldUseAllPassFilter (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java694 || !shouldUseAllPassFilter(client); in isExemptFromScanDowngrade()
968 if (shouldUseAllPassFilter(client)) { in configureScanFilters()
1016 if (!shouldUseAllPassFilter(client)) { in shouldAddAllPassFilterToController()
1085 private boolean shouldUseAllPassFilter(ScanClient client) { in shouldUseAllPassFilter() method in ScanManager.ScanNative