Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java974 private final Map<Integer, Deque<Integer>> mClientFilterIndexMap; field in ScanManager.ScanNative
987 mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>(); in ScanNative()
1107 && mClientFilterIndexMap.isEmpty()) { in startRegularScan()
1541 mClientFilterIndexMap.put(scannerId, clientFilterIndices); in configureScanFilters()
1563 Deque<Integer> filterIndices = mClientFilterIndexMap.remove(scannerId); in removeScanFilters()