Searched refs:LlcpTransport (Results 1 – 2 of 2) sorted by relevance
803 NFCSTATUS phFriNfc_LlcpTransport_LinkSend( phFriNfc_LlcpTransport_t *LlcpTransport, in phFriNfc_LlcpTransport_LinkSend() argument813 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()
327 NFCSTATUS phFriNfc_LlcpTransport_LinkSend( phFriNfc_LlcpTransport_t *LlcpTransport,