Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java211 Set<ScanClient> getBatchScanQueue() { in getBatchScanQueue() method in ScanManager
H A DGattService.java476 for (ScanClient client : mScanManager.getBatchScanQueue()) { in getScanClient()
1847 for (ScanClient client : mScanManager.getBatchScanQueue()) { in findBatchScanClientById()
2491 mScanManager.getBatchScanQueue().size() + mScanManager.getRegularScanQueue().size(); in stopScan()