Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java857 Deque<Integer> clientFilterIndices = new ArrayDeque<Integer>(); in configureScanFilters() local
885 clientFilterIndices.add(filterIndex); in configureScanFilters()
887 mClientFilterIndexMap.put(scannerId, clientFilterIndices); in configureScanFilters()