Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java319 int fullScanClientIf; field in ScanManager.BatchScanParams
324 fullScanClientIf = -1; in BatchScanParams()
337 return scanMode == other.scanMode && fullScanClientIf == other.fullScanClientIf in equals()
595 params.fullScanClientIf = client.clientIf; in getBatchScanParams()
722 if (mBatchScanParms.fullScanClientIf != -1) { in flushBatchResults()
724 gattClientReadScanReportsNative(mBatchScanParms.fullScanClientIf, in flushBatchResults()
875 if (params.fullScanClientIf != -1 && params.truncatedScanClientIf != -1) { in getResultType()
881 if (params.fullScanClientIf != -1) { in getResultType()