Searched refs:TransactionInfo (Results 1 – 1 of 1) sorted by relevance
915 phNfc_sTransactionInfo_t TransactionInfo; in phDal4Nfc_DeferredCb() local923 TransactionInfo.buffer=gReadWriteContext.pReadBuffer; in phDal4Nfc_DeferredCb()924 TransactionInfo.length=(uint16_t)gReadWriteContext.nNbOfBytesRead; in phDal4Nfc_DeferredCb()926 TransactionInfo.status=NFCSTATUS_SUCCESS; in phDal4Nfc_DeferredCb()928 TransactionInfo.status=NFCSTATUS_READ_FAILED; in phDal4Nfc_DeferredCb()938 pgDalHwContext,&TransactionInfo); in phDal4Nfc_DeferredCb()966 TransactionInfo.length=(uint16_t)gReadWriteContext.nNbOfBytesWritten; in phDal4Nfc_DeferredCb()967 … TransactionInfo.status = PHNFCSTVAL(CID_NFC_DAL, NFCSTATUS_BOARD_COMMUNICATION_ERROR); in phDal4Nfc_DeferredCb()972 TransactionInfo.length=(uint16_t)gReadWriteContext.nNbOfBytesWritten; in phDal4Nfc_DeferredCb()973 TransactionInfo.status=NFCSTATUS_SUCCESS; in phDal4Nfc_DeferredCb()[all …]