Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java397 private final Map<Integer, Deque<Integer>> mClientFilterIndexMap; field in ScanManager.ScanNative
407 mClientFilterIndexMap = new HashMap<Integer, Deque<Integer>>(); in ScanNative()
494 && mClientFilterIndexMap.isEmpty()) { in startRegularScan()
811 mClientFilterIndexMap.put(clientIf, clientFilterIndices); in configureScanFilters()
833 Deque<Integer> filterIndices = mClientFilterIndexMap.remove(clientIf); in removeScanFilters()