Lines Matching full:apdu
26 * This is a sample APDU Service which demonstrates how to interface with the card emulation support
50 // "UNKNOWN" status word sent in response to invalid APDU command (0x0000)
65 * This method will be called when a command APDU has been received from a remote device. A
66 * response APDU can be provided directly by returning a byte-array in this method. In general
75 * cannot return a response APDU immediately, return null and use the {@link
78 * @param commandApdu The APDU that received from the remote device
80 * @return a byte-array containing the response APDU, or null if no response APDU can be sent
86 Log.i(TAG, "Received APDU: " + ByteArrayToHexString(commandApdu));
87 // If the APDU matches the SELECT AID command for this service,
101 * Build APDU for SELECT AID command. This command indicates which service a reader is
105 * @return APDU for SELECT AID command