Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java221 Set<ScanClient> fullBatchClients = new HashSet<ScanClient>(); in getFullBatchScanQueue() local
224 fullBatchClients.add(client); in getFullBatchScanQueue()
227 return fullBatchClients; in getFullBatchScanQueue()