Searched refs:extrasIntent (Results 1 – 1 of 1) sorted by relevance
1057 Intent extrasIntent = new Intent(); in sendResultsByPendingIntent() local1058 extrasIntent.putParcelableArrayListExtra(BluetoothLeScanner.EXTRA_LIST_SCAN_RESULT, in sendResultsByPendingIntent()1060 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_CALLBACK_TYPE, callbackType); in sendResultsByPendingIntent()1061 pii.intent.send(this, 0, extrasIntent); in sendResultsByPendingIntent()1066 Intent extrasIntent = new Intent(); in sendErrorByPendingIntent() local1067 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, errorCode); in sendErrorByPendingIntent()1068 pii.intent.send(this, 0, extrasIntent); in sendErrorByPendingIntent()