Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/mifare/
DNxpMfcReader.cc75 mMfcTagCmdIntfData.sendBufLen = cmdBuffLen; in BuildMfcCmd()
98 memcpy(pData, mMfcTagCmdIntfData.sendBuf, (mMfcTagCmdIntfData.sendBufLen)); in BuildMfcCmd()
99 *pLength = (mMfcTagCmdIntfData.sendBufLen); in BuildMfcCmd()
130 mMfcTagCmdIntfData.sendBufLen = 0x03; in BuildAuthCmd()
135 mMfcTagCmdIntfData.sendBufLen += MFC_AUTHKEYLEN; in BuildAuthCmd()
188 mMfcTagCmdIntfData.sendBufLen = mMfcTagCmdIntfData.sendBufLen - 1; in BuildWrite16Cmd()
190 mMfcTagCmdIntfData.sendBufLen); in BuildWrite16Cmd()
203 mMfcTagCmdIntfData.sendBufLen = mMfcTagCmdIntfData.sendBufLen + 1; in BuildRawCmd()
205 mMfcTagCmdIntfData.sendBufLen); in BuildRawCmd()
219 mMfcTagCmdIntfData.sendBufLen = 0x03; // eMfRawDataXchgHdr + cmd + in BuildIncDecCmd()
[all …]
DNxpMfcReader.h97 uint16_t sendBufLen; /* Holds the length of the received data. */ member