Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1057 Intent extrasIntent = new Intent(); in sendResultsByPendingIntent() local
1058 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() local
1067 extrasIntent.putExtra(BluetoothLeScanner.EXTRA_ERROR_CODE, errorCode); in sendErrorByPendingIntent()
1068 pii.intent.send(this, 0, extrasIntent); in sendErrorByPendingIntent()