Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc.c915 phNfc_sTransactionInfo_t TransactionInfo; in phDal4Nfc_DeferredCb() local
923 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()
967TransactionInfo.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 …]