Searched refs:extrasIntent (Results 1 – 1 of 1) sorted by relevance
1053 Intent extrasIntent = new Intent(); in sendResultsByPendingIntent() local1054 extrasIntent.putParcelableArrayListExtra(BluetoothLeScanner.EXTRA_LIST_SCAN_RESULT, in sendResultsByPendingIntent()1056 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_CALLBACK_TYPE, callbackType); in sendResultsByPendingIntent()1057 pii.intent.send(this, 0, extrasIntent); in sendResultsByPendingIntent()1062 Intent extrasIntent = new Intent(); in sendErrorByPendingIntent() local1063 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, errorCode); in sendErrorByPendingIntent()1064 pii.intent.send(this, 0, extrasIntent); in sendErrorByPendingIntent()