Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.cpp40 static NFCSTATUS phNciNfc_SendMfReq(phNciNfc_TransceiveInfo_t tTranscvInfo,
62 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t bBlockAddr, uint8_t* buff,
65 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t* buff, uint16_t* buffSz);
1382 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t* buff, uint16_t* buffSz) in phNciNfc_MfCreateXchgDataHdr() argument
1389 memcpy(&buff[i], tTranscvInfo.tSendData.pBuff, tTranscvInfo.tSendData.wLen); in phNciNfc_MfCreateXchgDataHdr()
1390 *buffSz = i + tTranscvInfo.tSendData.wLen; in phNciNfc_MfCreateXchgDataHdr()
1409 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t bBlockAddr, uint8_t* buff, in phNciNfc_MfCreateAuthCmdHdr() argument
1418 if (PHNCINFC_AUTHENTICATION_KEYB == tTranscvInfo.tSendData.pBuff[0]) { in phNciNfc_MfCreateAuthCmdHdr()
1427 bKey |= tTranscvInfo.tSendData.pBuff[2]; in phNciNfc_MfCreateAuthCmdHdr()
1431 tTranscvInfo.tSendData.wLen = 0x00; in phNciNfc_MfCreateAuthCmdHdr()
[all …]