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.java138 Set<ScanClient> fullBatchClients = new HashSet<ScanClient>(); in getFullBatchScanQueue() local
141 fullBatchClients.add(client); in getFullBatchScanQueue()
144 return fullBatchClients; in getFullBatchScanQueue()