Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java522 private final Deque<Integer> mFilterIndexStack; field in ScanManager.ScanNative
533 mFilterIndexStack = new ArrayDeque<Integer>(); in ScanNative()
630 if (isFilteringSupported() && mFilterIndexStack.isEmpty() in startRegularScan()
654 if (mFilterIndexStack.isEmpty() && isFilteringSupported()) { in startBatchScan()
952 int filterIndex = mFilterIndexStack.pop(); in configureScanFilters()
1001 mFilterIndexStack.addAll(filterIndices); in removeScanFilters()
1061 return client.filters.size() > mFilterIndexStack.size(); in shouldUseAllPassFilter()
1072 mFilterIndexStack.add(i); in initFilterIndexStack()