Searched refs:NFCSTATUS_ABORTED (Results 1 - 9 of 9) sorted by relevance

/external/libnfc-nci/halimpl/pn54x/dnld/
H A DphDnldNfc_Status.h27 #define NFCSTATUS_ABORTED (0x0096) /* Command aborted */ macro
61 PH_DL_STATUS_ABORTED_CMD = NFCSTATUS_ABORTED,
/external/libnfc-nxp/src/
H A DphLibNfcStatus.h58 #define NFCSTATUS_ABORTED (0x0096) macro
H A DphFriNfc_LlcpTransport_Connectionless.c150 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED);
156 pLlcpSocket->pfSocketRecvFrom_Cb(pLlcpSocket->pRecvContext, 0, NFCSTATUS_ABORTED);
H A DphLibNfc_target.c196 status = NFCSTATUS_ABORTED;
367 status = NFCSTATUS_ABORTED;
H A DphLibNfc_ndef_raw.c299 RetStatus = NFCSTATUS_ABORTED;
548 status = NFCSTATUS_ABORTED;
892 RetStatus = NFCSTATUS_ABORTED;
1557 RetStatus = NFCSTATUS_ABORTED;
1636 ret_status = NFCSTATUS_ABORTED;
1690 RetVal = NFCSTATUS_ABORTED;
1706 if((RetVal!=NFCSTATUS_SHUTDOWN)&& (RetVal!=NFCSTATUS_ABORTED))
H A DphFriNfc_LlcpTransport_Connection.c273 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED);
279 pLlcpSocket->pfSocketRecv_Cb(pLlcpSocket->pRecvContext, NFCSTATUS_ABORTED);
285 pLlcpSocket->pfSocketAccept_Cb(pLlcpSocket->pAcceptContext, NFCSTATUS_ABORTED);
291 pLlcpSocket->pfSocketConnect_Cb(pLlcpSocket->pConnectContext, 0, NFCSTATUS_ABORTED);
297 pLlcpSocket->pfSocketDisconnect_Cb(pLlcpSocket->pDisconnectContext, NFCSTATUS_ABORTED);
H A DphLibNfc_llcp.c323 RetStatus = NFCSTATUS_ABORTED;
H A DphLibNfc_initiator.c1146 /* If Disconnect is called return NFCSTATUS_ABORTED */
1150 trans_status = NFCSTATUS_ABORTED;
/external/libnfc-nci/halimpl/pn54x/common/
H A DphNfcStatus.h344 #define NFCSTATUS_ABORTED (0x0096) macro

Completed in 804 milliseconds