Home
last modified time | relevance | path

Searched refs:byteindex (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_MifareStdMap.c1668 uint8_t byteindex = 0; in phFriNfc_MifStd_H_fillAIDarray() local
1679 byteindex = 2; in phFriNfc_MifStd_H_fillAIDarray()
1682 while(byteindex < PH_FRINFC_MIFARESTD_BYTES_READ) in phFriNfc_MifStd_H_fillAIDarray()
1684 if((NdefMap->SendRecvBuf[byteindex] == PH_FRINFC_NDEFMAP_MIFARESTD_NDEF_COMPVAL2) && in phFriNfc_MifStd_H_fillAIDarray()
1685 (NdefMap->SendRecvBuf[(byteindex + 1)] == PH_FRINFC_NDEFMAP_MIFARESTD_NDEF_COMPVAL1)) in phFriNfc_MifStd_H_fillAIDarray()
1714 byteindex += 2; in phFriNfc_MifStd_H_fillAIDarray()
1724 for(byteindex = NdefMap->StdMifareContainer.SectorIndex; in phFriNfc_MifStd_H_fillAIDarray()
1725 byteindex < PH_FRINFC_MIFARESTD1K_TOTAL_SECTOR; in phFriNfc_MifStd_H_fillAIDarray()
1726 byteindex++) in phFriNfc_MifStd_H_fillAIDarray()
1728 NdefMap->StdMifareContainer.aid[byteindex] = in phFriNfc_MifStd_H_fillAIDarray()
[all …]