Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfcStatus.h58 #define NFCSTATUS_ABORTED (0x0096) macro
DphFriNfc_LlcpTransport_Connectionless.c150 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_Connectionless_Abort()
156 pLlcpSocket->pfSocketRecvFrom_Cb(pLlcpSocket->pRecvContext, 0, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_Connectionless_Abort()
DphLibNfc_target.c196 status = NFCSTATUS_ABORTED; in phLibNfc_RemoteDev_Receive_Cb()
367 status = NFCSTATUS_ABORTED; in phLibNfc_RemoteDev_Send_Cb()
DphLibNfc_ndef_raw.c299 RetStatus = NFCSTATUS_ABORTED; in phLibNfc_Ndef_Read_Cb()
548 status = NFCSTATUS_ABORTED; in phLibNfc_Ndef_Write_Cb()
892 RetStatus = NFCSTATUS_ABORTED; in phLibNfc_Ndef_CheckNdef_Cb()
1557 RetStatus = NFCSTATUS_ABORTED; in phLibNfc_Ndef_format_Cb()
1636 ret_status = NFCSTATUS_ABORTED; in phLibNfc_Ndef_ReadOnly_Cb()
1690 RetVal = NFCSTATUS_ABORTED; in phLibNfc_Ndef_SrchNdefCnt_Cb()
1706 if((RetVal!=NFCSTATUS_SHUTDOWN)&& (RetVal!=NFCSTATUS_ABORTED)) in phLibNfc_Ndef_SrchNdefCnt_Cb()
DphFriNfc_LlcpTransport_Connection.c273 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_ConnectionOriented_Abort()
279 pLlcpSocket->pfSocketRecv_Cb(pLlcpSocket->pRecvContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_ConnectionOriented_Abort()
285 pLlcpSocket->pfSocketAccept_Cb(pLlcpSocket->pAcceptContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_ConnectionOriented_Abort()
291 pLlcpSocket->pfSocketConnect_Cb(pLlcpSocket->pConnectContext, 0, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_ConnectionOriented_Abort()
297 pLlcpSocket->pfSocketDisconnect_Cb(pLlcpSocket->pDisconnectContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_ConnectionOriented_Abort()
DphLibNfc_llcp.c323 RetStatus = NFCSTATUS_ABORTED; in phLibNfc_Llcp_CheckLlcp_Cb()
DphLibNfc_initiator.c1150 trans_status = NFCSTATUS_ABORTED; in phLibNfc_RemoteDev_Transceive_Cb()