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.java951 Deque<Integer> clientFilterIndices = new ArrayDeque<Integer>(); in configureScanFilters() local
979 clientFilterIndices.add(filterIndex); in configureScanFilters()
981 mClientFilterIndexMap.put(scannerId, clientFilterIndices); in configureScanFilters()