Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeScanner.java431 private int mScannerId; field in BluetoothLeScanner.BleScanCallbackWrapper
446 mScannerId = 0; in BleScanCallbackWrapper()
453 if (mScannerId == -1 || mScannerId == -2) return; in startRegistration()
465 if (mScannerId > 0) { in startRegistration()
470 if (mScannerId == 0) mScannerId = -1; in startRegistration()
473 if (mScannerId == -2) { in startRegistration()
488 if (mScannerId <= 0) { in stopLeScan()
489 Log.e(TAG, "Error state, mLeHandle: " + mScannerId); in stopLeScan()
494 mBluetoothScan.stopScan(mScannerId, mAttributionSource); in stopLeScan()
496 mBluetoothScan.unregisterScanner(mScannerId, mAttributionSource); in stopLeScan()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java1408 int mScannerId; field in TransitionalScanHelper.ScannerDeathRecipient
1412 mScannerId = scannerId; in ScannerDeathRecipient()
1423 + mScannerId in binderDied()
1426 ScanClient client = getScanClient(mScannerId); in binderDied()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2451 Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->mScannerId:I