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

  /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
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 317 /* ISO14443-3A: ATQA/SENS_RES */
320 // Jewel ATQA is not read and stored by the PN544, but it is fixed
327 pollBytes.reset(e->NewByteArray(sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA)));
328 e->SetByteArrayRegion(pollBytes.get(), 0, sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA),
329 (jbyte *)psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA);
    [all...]
  /device/asus/grouper/nfc/
nfc_hw.c 90 // Set NFCT ATQA
  /device/samsung/tuna/nfc/
nfc_hw.c 93 // Set NFCT ATQA
  /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 511 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[0] == 0x04
512 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[1] == 0x00
    [all...]
phHciNfc_CE_B.c 206 /* Configure the ATQA of Host Card Emulation B */
phFriNfc_MifareULMap.c 448 pSensRes[0] = NdefMap->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[0];
    [all...]
phFriNfc_MifareStdMap.c 596 atq = NdefMap->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[0];
    [all...]
  /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 632 UINT8 sens_res[2];/* SENS_RES Response (ATQA). Available after Technology Detection */
766 UINT8 atqa[2]; /* ATQA response code */ member in struct:__anon10196
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 304 ** Set ATQA 0x0C00 for T1T listen
305 ** If the ATQA values are 0x0000, then the FW will use 0x0400
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp     [all...]

Completed in 457 milliseconds