Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java499 Intent extrasIntent = new Intent(); in sendResultsByPendingIntent() local
500 extrasIntent.putParcelableArrayListExtra( in sendResultsByPendingIntent()
502 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_CALLBACK_TYPE, callbackType); in sendResultsByPendingIntent()
503 pii.intent.send(mContext, 0, extrasIntent); in sendResultsByPendingIntent()
508 Intent extrasIntent = new Intent(); in sendErrorByPendingIntent() local
509 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, errorCode); in sendErrorByPendingIntent()
510 pii.intent.send(mContext, 0, extrasIntent); in sendErrorByPendingIntent()