Searched refs:tTranscvInfo (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
D | phNxpExtns_MifareStd.cpp | 40 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); 1380 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t* buff, uint16_t* buffSz) in phNciNfc_MfCreateXchgDataHdr() argument 1387 memcpy(&buff[i], tTranscvInfo.tSendData.pBuff, tTranscvInfo.tSendData.wLen); in phNciNfc_MfCreateXchgDataHdr() 1388 *buffSz = i + tTranscvInfo.tSendData.wLen; in phNciNfc_MfCreateXchgDataHdr() 1407 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t bBlockAddr, uint8_t* buff, in phNciNfc_MfCreateAuthCmdHdr() argument 1416 if (PHNCINFC_AUTHENTICATION_KEYB == tTranscvInfo.tSendData.pBuff[0]) { in phNciNfc_MfCreateAuthCmdHdr() 1425 bKey |= tTranscvInfo.tSendData.pBuff[2]; in phNciNfc_MfCreateAuthCmdHdr() 1429 tTranscvInfo.tSendData.wLen = 0x00; in phNciNfc_MfCreateAuthCmdHdr() [all …]
|