Home | History | Annotate | Download | only in src

Lines Matching refs:transInfo

876         phNfc_sTransactionInfo_t    transInfo;
886 transInfo.status = NFCSTATUS_SUCCESS;
891 transInfo.status = NFCSTATUS_MORE_INFORMATION;
896 transInfo.buffer = &pResponse[index];
897 transInfo.length = (length - index);
905 transInfo.status = NFCSTATUS_RF_TIMEOUT;
906 transInfo.buffer = NULL;
907 transInfo.length = 0;
914 &transInfo );