Home | History | Annotate | Download | only in cardemulation

Lines Matching refs:aid

43     // AID for our loyalty card service.
45 // ISO-DEP command HEADER for selecting an AID.
48 // "OK" status word sent in response to SELECT AID command (0x9000)
56 * cause for the disconnection (either a lost link, or another AID being selected by the
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
104 * @param aid Application ID (AID) to select
105 * @return APDU for SELECT AID command
107 public static byte[] BuildSelectApdu(String aid) {
110 aid.length() / 2) + aid);