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.java781 Deque<Integer> clientFilterIndices = new ArrayDeque<Integer>(); in configureScanFilters() local
809 clientFilterIndices.add(filterIndex); in configureScanFilters()
811 mClientFilterIndexMap.put(clientIf, clientFilterIndices); in configureScanFilters()