Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java1494 if (shouldUseAllPassFilter(client)) { in configureScanFilters()
1549 if (!shouldUseAllPassFilter(client)) { in shouldAddAllPassFilterToController()
1616 private boolean shouldUseAllPassFilter(ScanClient client) { in shouldUseAllPassFilter() method in ScanManager.ScanNative