HomeSort by relevance Sort by last modified time
    Searched refs:AtqA (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nxp/src/
phHal4Nfc_ADD.c 508 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[0] == 0x04
509 && psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA[1] == 0x00
    [all...]
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...]
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...]
  /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...]

Completed in 126 milliseconds