Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java213 Set<ScanClient> fullBatchClients = new HashSet<ScanClient>(); in getFullBatchScanQueue() local
216 fullBatchClients.add(client); in getFullBatchScanQueue()
219 return fullBatchClients; in getFullBatchScanQueue()