Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1565 Set<ScanResult> results = parseBatchScanResults(numRecords, reportType, recordData); in onBatchScanReports()
1627 private Set<ScanResult> parseBatchScanResults(int numRecords, int reportType, in parseBatchScanResults() method in GattService