Searched refs:pfSocketSend_Cb (Results 1 – 4 of 4) sorted by relevance
40 if ((pSocket->pfSocketSend_Cb != NULL) && in phFriNfc_LlcpTransport_Connectionless_HandlePendingOperations()135 pfSavedCallback = pLlcpSocket->pfSocketSend_Cb; in phFriNfc_LlcpTransport_Connectionless_SendTo_CB()138 pLlcpSocket->pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_Connectionless_SendTo_CB()145 if (pLlcpSocket->pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_Connectionless_Abort()147 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_Connectionless_Abort()149 pLlcpSocket->pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_Connectionless_Abort()250 pLlcpSocket->pfSocketSend_Cb = pSend_RspCb; in phFriNfc_LlcpTransport_Connectionless_SendTo()
95 psTempLlcpSocket.pfSocketSend_Cb(psTempLlcpSocket.pRejectContext,status); in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()96 psTempLlcpSocket.pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()101 ….bSocketSendPending && psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()103 …psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[psTr… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()104 psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()115 ….bSocketSendPending && psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()117 …psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[psTr… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()118 psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()270 if (pLlcpSocket->pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_ConnectionOriented_Abort()272 pLlcpSocket->pfSocketSend_Cb(pLlcpSocket->pSendContext, NFCSTATUS_ABORTED); in phFriNfc_LlcpTransport_ConnectionOriented_Abort()[all …]
210 pphFriNfc_LlcpTransportSocketSendCb_t pfSocketSend_Cb; member
702 pLlcpTransport->pSocketTable[i].pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_Reset()2058 else if(pLlcpSocket->pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_Send()2196 else if(pLlcpSocket->pfSocketSend_Cb != NULL) in phFriNfc_LlcpTransport_SendTo()