Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_MifareULMap.c511 uint16_t TemLength = PH_FRINFC_NDEFMAP_MFUL_VAL0; in phFriNfc_MfUL_CalcByteNum() local
524 TemLength = NdefMap->MifareULContainer.ReadBuf[i + 2] | in phFriNfc_MfUL_CalcByteNum()
527 if (TemLength == NdefMap->TLVStruct.ActualSize) in phFriNfc_MfUL_CalcByteNum()
587 uint16_t TemLength = PH_FRINFC_NDEFMAP_MFUL_VAL0; in phFriNfc_MifareUL_Process() local
677 TemLength = NdefMap->MifareULContainer.ReadBuf[i + 2] | in phFriNfc_MifareUL_Process()
680 if (TemLength == NdefMap->TLVStruct.ActualSize) in phFriNfc_MifareUL_Process()
1136TemLength = (((NdefMap->TLVStruct.NdefTLVByte - PH_FRINFC_NDEFMAP_MFUL_VAL1) == in phFriNfc_MifareUL_Process()
1141 if(NdefMap->ApduBufferSize >= TemLength) in phFriNfc_MifareUL_Process()
1148 TemLength); in phFriNfc_MifareUL_Process()
1151 NdefMap->NumOfBytesWritten = TemLength; in phFriNfc_MifareUL_Process()
[all …]