HomeSort by relevance Sort by last modified time
    Searched refs:pfSocketSend_Cb (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 71 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext,status);
103 pLlcpSocket->pfSocketSend_Cb = NULL;
160 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb;
167 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext,status);
phFriNfc_LlcpTransport_Connection.c 119 psTempLlcpSocket.pfSocketSend_Cb(psTempLlcpSocket.pRejectContext,status);
124 if(psTransport->pSocketTable[psTransport->socketIndex].sLlcpHeader.ptype == PHFRINFC_LLCP_PTYPE_I && psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb != NULL)
126 psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[psTransport->socketIndex].pSendContext,status);
129 psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb = NULL;
153 || psTransport->pSocketTable[index].pfSocketSend_Cb != NULL)
312 else if(psLocalLlcpSocket->pfSocketSend_Cb != NULL)
314 psLocalLlcpSocket->pfSocketSend_Cb(psLocalLlcpSocket->pSendContext,status);
317 psLocalLlcpSocket->pfSocketSend_Cb = NULL;
    [all...]
phFriNfc_LlcpTransport.h 206 pphFriNfc_LlcpTransportSocketSendCb_t pfSocketSend_Cb;
    [all...]
phFriNfc_LlcpTransport.c 168 pLlcpTransport->pSocketTable[i].pfSocketSend_Cb = NULL;
    [all...]

Completed in 13 milliseconds