Home
last modified time | relevance | path

Searched defs:stopScanForIntent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothScan.aidl48 void stopScanForIntent(in PendingIntent intent, in AttributionSource attributionSource); in stopScanForIntent() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanBinder.kt94 override fun stopScanForIntent(intent: PendingIntent, source: AttributionSource) { in <lambda>() method in com.android.bluetooth.le_scan.ScanBinder