Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java1505 Deque<Integer> clientFilterIndices = new ArrayDeque<Integer>(); in configureScanFilters() local
1539 clientFilterIndices.add(filterIndex); in configureScanFilters()
1541 mClientFilterIndexMap.put(scannerId, clientFilterIndices); in configureScanFilters()