summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_LlcpTransport_Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/phFriNfc_LlcpTransport_Connection.h')
-rw-r--r--src/phFriNfc_LlcpTransport_Connection.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/phFriNfc_LlcpTransport_Connection.h b/src/phFriNfc_LlcpTransport_Connection.h
index 6b8dbc4..4a15821 100644
--- a/src/phFriNfc_LlcpTransport_Connection.h
+++ b/src/phFriNfc_LlcpTransport_Connection.h
@@ -30,13 +30,14 @@
#include <phFriNfc_Llcp.h>
-
void Handle_ConnectionOriented_IncommingFrame(phFriNfc_LlcpTransport_t *pLlcpTransport,
phNfc_sData_t *psData,
uint8_t dsap,
uint8_t ptype,
uint8_t ssap);
+NFCSTATUS phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations(phFriNfc_LlcpTransport_Socket_t *pSocket);
+
/**
* \ingroup grp_lib_nfc
* \brief <b>Get the local options of a socket</b>.
@@ -300,4 +301,4 @@ NFCSTATUS phFriNfc_LlcpTransport_ConnectionOriented_Recv( phFriNfc_LlcpTransport
phNfc_sData_t* psBuffer,
pphFriNfc_LlcpTransportSocketRecvCb_t pRecv_RspCb,
void* pContext);
-#endif /* PHFRINFC_LLCP_TRANSPORT_CONNECTION_H */ \ No newline at end of file
+#endif /* PHFRINFC_LLCP_TRANSPORT_CONNECTION_H */