Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHal4Nfc_Reader.c58 phHal_sTransceiveInfo_t *psTransceiveInfo,
63 phHal_sTransceiveInfo_t *psTransceiveInfo,
244 phHal_sTransceiveInfo_t *psTransceiveInfo, in phHal4Nfc_Iso_3A_Transceive() argument
252 = (uint8_t)psTransceiveInfo->cmd.MfCmd; in phHal4Nfc_Iso_3A_Transceive()
254 if (psTransceiveInfo->sSendData.buffer[0] != phHal_eMifareWrite4) in phHal4Nfc_Iso_3A_Transceive()
259 if ((psTransceiveInfo->sSendData.buffer[1] == PH_HAL4NFC_SEL_SECTOR1_BYTE0) && in phHal4Nfc_Iso_3A_Transceive()
260 (psTransceiveInfo->sSendData.buffer[2] == PH_HAL4NFC_SEL_SECTOR1_BYTE1)) in phHal4Nfc_Iso_3A_Transceive()
264 for (i = 1; i < psTransceiveInfo->sSendData.length; i++) in phHal4Nfc_Iso_3A_Transceive()
266 psTransceiveInfo->sSendData.buffer[i - 1] = in phHal4Nfc_Iso_3A_Transceive()
267 psTransceiveInfo->sSendData.buffer[i]; in phHal4Nfc_Iso_3A_Transceive()
[all …]
DphLibNfc_initiator.c956 phLibNfc_sTransceiveInfo_t* psTransceiveInfo, in phLibNfc_RemoteDev_Transceive() argument
971 else if((NULL == psTransceiveInfo) in phLibNfc_RemoteDev_Transceive()
974 || (NULL == psTransceiveInfo->sRecvData.buffer) in phLibNfc_RemoteDev_Transceive()
975 || (NULL == psTransceiveInfo->sSendData.buffer) in phLibNfc_RemoteDev_Transceive()
1013 (void *)psTransceiveInfo, in phLibNfc_RemoteDev_Transceive()
1060 gpphLibContext->psBufferedAuth->addr = psTransceiveInfo->addr; in phLibNfc_RemoteDev_Transceive()
1061 gpphLibContext->psBufferedAuth->cmd = psTransceiveInfo->cmd; in phLibNfc_RemoteDev_Transceive()
1063 = psTransceiveInfo->sSendData.length; in phLibNfc_RemoteDev_Transceive()
1065 = psTransceiveInfo->sRecvData.length; in phLibNfc_RemoteDev_Transceive()
1073 (void *)psTransceiveInfo->sSendData.buffer, in phLibNfc_RemoteDev_Transceive()
[all …]
DphHal4Nfc.h674 phHal_sTransceiveInfo_t *psTransceiveInfo,
DphLibNfc.h1513 phLibNfc_sTransceiveInfo_t* psTransceiveInfo,