Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_NfcIPMgmt.c876 phNfc_sTransactionInfo_t transInfo; in phHciNfc_NfcIP_RecvData() local
886 transInfo.status = NFCSTATUS_SUCCESS; in phHciNfc_NfcIP_RecvData()
891 transInfo.status = NFCSTATUS_MORE_INFORMATION; in phHciNfc_NfcIP_RecvData()
896 transInfo.buffer = &pResponse[index]; in phHciNfc_NfcIP_RecvData()
897 transInfo.length = (length - index); in phHciNfc_NfcIP_RecvData()
905 transInfo.status = NFCSTATUS_RF_TIMEOUT; in phHciNfc_NfcIP_RecvData()
906 transInfo.buffer = NULL; in phHciNfc_NfcIP_RecvData()
907 transInfo.length = 0; in phHciNfc_NfcIP_RecvData()
914 &transInfo ); in phHciNfc_NfcIP_RecvData()