HomeSort by relevance Sort by last modified time
    Searched full:atqa (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/android/nfc/tech/
NfcA.java 43 public static final String EXTRA_ATQA = "atqa";
75 * Return the ATQA/SENS_RES bytes from tag discovery.
79 * @return ATQA/SENS_RES bytes
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java 46 short sak, byte[] atqa, byte[] ats) {
67 sb.append("ATQA: " + HceUtils.getHexBytes(null, atqa) + "\n");
  /external/libnfc-nci/halimpl/pn54x/common/
phNfcTypes.h 40 #define PHNFC_ATQA_LENGTH 0x02U /* ATQA length */
191 uint8_t AtqA[PHNFC_ATQA_LENGTH]; /* ATQA informationof the TYPE A
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
phNciNfcTypes.h 39 #define PH_NCINFCTYPES_ATQA_LENGTH (0x02U) /* ATQA length */
183 uint8_t AtqA[PH_NCINFCTYPES_ATQA_LENGTH]; /* ATQA information of the TYPE A
phNfcTypes.h 40 #define PHNFC_ATQA_LENGTH 0x02U /* ATQA length */
191 uint8_t AtqA[PHNFC_ATQA_LENGTH]; /* ATQA informationof the TYPE A
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
pn532.cxx 87 printf("ATQA: 0x%04x\n\n", nfc->getATQA());
pn532-writeurl.cxx 81 printf("ATQA: 0x%04x\n\n", nfc->getATQA());
  /hardware/bsp/intel/peripheral/libupm/examples/python/
pn532.py 81 print "ATQA: %04x" % myNFC.getATQA()
pn532-writeurl.py 86 print "ATQA: %04x" % myNFC.getATQA()
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
pn532-writeurl.js 125 console.log("ATQA: " + toHex(myNFCObj.getATQA(), 4));
pn532.js 75 console.log("ATQA: " + toHex(myNFCObj.getATQA(), 4));
  /hardware/bsp/intel/peripheral/libupm/src/pn532/
pn532.h 423 * return the ATQA (Answer to Request Acknowlege) value. This
427 * @return ATQA value
493 uint16_t m_ATQA; // ATQA (Answer to Request Acknowlege - ISO14443)
pn532.cxx 361 fprintf(stderr, "ATQA: 0x%04x\n", m_ATQA);
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 318 /* ISO14443-3A: ATQA/SENS_RES */
321 // Jewel ATQA is not read and stored by the PN544, but it is fixed
328 pollBytes.reset(e->NewByteArray(sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA)));
329 e->SetByteArrayRegion(pollBytes.get(), 0, sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA),
330 (jbyte *)psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA);
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h 318 UINT8 atqa[NFC_HAL_HCI_CE_RF_A_ATQA_RSP_CODE_LEN]; /* ATQA response code */ member in struct:__anon16933
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/
phNxpExtns.c 451 NdefMap->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA [0] = rfDetail.rf_tech_param.param.pa.sens_res[0];
452 NdefMap->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA [1] = rfDetail.rf_tech_param.param.pa.sens_res[1];
  /external/libnfc-nxp/src/
phHciNfc_RFReaderA.c 427 /* ATQA length shall be 2 bytes */
430 HCI_PRINT_BUFFER("\tReader A ATQA", reg_value, reg_length);
431 /* Copy ATQA */
432 (void)memcpy(p_tag_a_info->AtqA,
    [all...]
phHciNfc_CE_A.c 206 /* HOST Card Emulation A ATQA Configuration */
208 /* Configure the ATQA of Host Card Emulation A */
phHciNfc_RFReaderA.h 152 * get the UID, SAK, ATQA etc.
phHal4Nfc_ADD.c 508 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[0] == 0x04
509 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[1] == 0x00
    [all...]
phHciNfc_CE_B.c 206 /* Configure the ATQA of Host Card Emulation B */
  /external/libnfc-nxp/inc/
phNfcTypes.h 166 #define PHHAL_ATQA_LENGTH 0x02U /**< ATQA length */
561 uint8_t AtqA[PHHAL_ATQA_LENGTH]; /**< ATQA informationof the TYPE A
739 /**< ATQA information of the tag discovered */
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 613 UINT8 sens_res[2];/* SENS_RES Response (ATQA). Available after Technology Detection */
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 327 ** Set ATQA 0x0C00 for T1T listen
328 ** If the ATQA values are 0x0000, then the FW will use 0x0400
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp     [all...]

Completed in 1838 milliseconds

1 2