Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHal4Nfc_Reader.c59 phHal_sTransceiveInfo_t *psTransceiveInfo,
64 phHal_sTransceiveInfo_t *psTransceiveInfo,
250 phHal_sTransceiveInfo_t *psTransceiveInfo, in phHal4Nfc_Iso_3A_Transceive() argument
258 = (uint8_t)psTransceiveInfo->cmd.MfCmd; in phHal4Nfc_Iso_3A_Transceive()
260 if (psTransceiveInfo->sSendData.buffer[0] != phHal_eMifareWrite4) in phHal4Nfc_Iso_3A_Transceive()
265 if ((psTransceiveInfo->sSendData.buffer[1] == PH_HAL4NFC_SEL_SECTOR1_BYTE0) && in phHal4Nfc_Iso_3A_Transceive()
266 (psTransceiveInfo->sSendData.buffer[2] == PH_HAL4NFC_SEL_SECTOR1_BYTE1)) in phHal4Nfc_Iso_3A_Transceive()
270 for (i = 1; i < psTransceiveInfo->sSendData.length; i++) in phHal4Nfc_Iso_3A_Transceive()
272 psTransceiveInfo->sSendData.buffer[i - 1] = in phHal4Nfc_Iso_3A_Transceive()
273 psTransceiveInfo->sSendData.buffer[i]; in phHal4Nfc_Iso_3A_Transceive()
[all …]
DphLibNfc_initiator.c961 phLibNfc_sTransceiveInfo_t* psTransceiveInfo, in phLibNfc_RemoteDev_Transceive() argument
976 else if((NULL == psTransceiveInfo) in phLibNfc_RemoteDev_Transceive()
979 || (NULL == psTransceiveInfo->sRecvData.buffer) in phLibNfc_RemoteDev_Transceive()
980 || (NULL == psTransceiveInfo->sSendData.buffer) in phLibNfc_RemoteDev_Transceive()
1018 (void *)psTransceiveInfo, in phLibNfc_RemoteDev_Transceive()
1065 gpphLibContext->psBufferedAuth->addr = psTransceiveInfo->addr; in phLibNfc_RemoteDev_Transceive()
1066 gpphLibContext->psBufferedAuth->cmd = psTransceiveInfo->cmd; in phLibNfc_RemoteDev_Transceive()
1068 = psTransceiveInfo->sSendData.length; in phLibNfc_RemoteDev_Transceive()
1070 = psTransceiveInfo->sRecvData.length; in phLibNfc_RemoteDev_Transceive()
1078 (void *)psTransceiveInfo->sSendData.buffer, in phLibNfc_RemoteDev_Transceive()
[all …]
DphHal4Nfc.h674 phHal_sTransceiveInfo_t *psTransceiveInfo,
DphLibNfc.h1540 phLibNfc_sTransceiveInfo_t* psTransceiveInfo,