Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphFriNfc_MifareStdMap.cpp3637 BytesToWrite = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifStd_H_fillSendBuf() local
3652 BytesToWrite = in phFriNfc_MifStd_H_fillSendBuf()
3669 &(NdefMap->ApduBuffer[NdefMap->ApduBuffIndex]), BytesToWrite); in phFriNfc_MifStd_H_fillSendBuf()
3672 NdefMap->NumOfBytesWritten = BytesToWrite; in phFriNfc_MifStd_H_fillSendBuf()
3677 ((BytesToWrite + NdefMap->StdMifareContainer.internalLength + Length) - in phFriNfc_MifStd_H_fillSendBuf()
3682 if ((BytesToWrite + NdefMap->StdMifareContainer.internalLength + Length) < in phFriNfc_MifStd_H_fillSendBuf()
3684 for (index = (uint8_t)(BytesToWrite + in phFriNfc_MifStd_H_fillSendBuf()
3688 (uint8_t)((index == (BytesToWrite + Length + in phFriNfc_MifStd_H_fillSendBuf()