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.cpp3624 BytesToWrite = PH_FRINFC_MIFARESTD_VAL0; in phFriNfc_MifStd_H_fillSendBuf() local
3639 BytesToWrite = in phFriNfc_MifStd_H_fillSendBuf()
3656 &(NdefMap->ApduBuffer[NdefMap->ApduBuffIndex]), BytesToWrite); in phFriNfc_MifStd_H_fillSendBuf()
3659 NdefMap->NumOfBytesWritten = BytesToWrite; in phFriNfc_MifStd_H_fillSendBuf()
3664 ((BytesToWrite + NdefMap->StdMifareContainer.internalLength + Length) - in phFriNfc_MifStd_H_fillSendBuf()
3669 if ((BytesToWrite + NdefMap->StdMifareContainer.internalLength + Length) < in phFriNfc_MifStd_H_fillSendBuf()
3671 for (index = (uint8_t)(BytesToWrite + in phFriNfc_MifStd_H_fillSendBuf()
3675 (uint8_t)((index == (BytesToWrite + Length + in phFriNfc_MifStd_H_fillSendBuf()