Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/mifare/
DNxpMfcReader.cc74 memcpy(mMfcTagCmdIntfData.sendBuf, pData, cmdBuffLen); in BuildMfcCmd()
98 memcpy(pData, mMfcTagCmdIntfData.sendBuf, (mMfcTagCmdIntfData.sendBufLen)); in BuildMfcCmd()
116 if (mMfcTagCmdIntfData.sendBuf[0] == eMifareAuthentB) { in BuildAuthCmd()
122 if ((memcmp(aMfckeys[byIndex], &mMfcTagCmdIntfData.sendBuf[6], in BuildAuthCmd()
133 memmove(&mMfcTagCmdIntfData.sendBuf[3], &mMfcTagCmdIntfData.sendBuf[6], in BuildAuthCmd()
138 mMfcTagCmdIntfData.sendBuf[0] = eMfcAuthReq; in BuildAuthCmd()
139 mMfcTagCmdIntfData.sendBuf[1] = mMfcTagCmdIntfData.byAddr; in BuildAuthCmd()
140 mMfcTagCmdIntfData.sendBuf[2] = byKey; in BuildAuthCmd()
154 uint8_t BlockNumber = mMfcTagCmdIntfData.sendBuf[1]; in CalcSectorAddress()
187 mMfcTagCmdIntfData.sendBuf[0] = eMfRawDataXchgHdr; in BuildWrite16Cmd()
[all …]
DNxpMfcReader.h98 uint8_t sendBuf[MAX_MFC_BUFF_SIZE]; /*Holds the ack of some initial commands*/ member