Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport.c803 NFCSTATUS phFriNfc_LlcpTransport_LinkSend( phFriNfc_LlcpTransport_t *LlcpTransport, in phFriNfc_LlcpTransport_LinkSend() argument
813 if (LlcpTransport->pfLinkSendCb != NULL) in phFriNfc_LlcpTransport_LinkSend()
818 LlcpTransport->pfLinkSendCb = pfSend_CB; in phFriNfc_LlcpTransport_LinkSend()
819 LlcpTransport->pLinkSendContext = pContext; in phFriNfc_LlcpTransport_LinkSend()
820 LlcpTransport->socketIndex = socketIndex; in phFriNfc_LlcpTransport_LinkSend()
823 …us = phFriNfc_Llcp_Send(LlcpTransport->pLlcp, psHeader, psSequence, psInfo, phFriNfc_LlcpTransport… in phFriNfc_LlcpTransport_LinkSend()
826 LlcpTransport->pfLinkSendCb = NULL; in phFriNfc_LlcpTransport_LinkSend()
827 LlcpTransport->pLinkSendContext = NULL; in phFriNfc_LlcpTransport_LinkSend()
DphFriNfc_LlcpTransport.h327 NFCSTATUS phFriNfc_LlcpTransport_LinkSend( phFriNfc_LlcpTransport_t *LlcpTransport,