Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java268 Set<ScanClient> fullBatchClients = new HashSet<ScanClient>(); in getFullBatchScanQueue() local
271 fullBatchClients.add(client); in getFullBatchScanQueue()
274 return fullBatchClients; in getFullBatchScanQueue()