Searched refs:psTransport (Results 1 – 4 of 4) sorted by relevance
35 static NFCSTATUS phFriNfc_Llcp_Send_DisconnectMode_Frame(phFriNfc_LlcpTransport_t* psTransport,53 phFriNfc_LlcpTransport_t* psTransport ) { in phFriNfc_LlcpConnTransport_Send() argument55 pfSend_CB, psTransport); in phFriNfc_LlcpConnTransport_Send()57 psTransport->bSendPending = TRUE; in phFriNfc_LlcpConnTransport_Send()66 phFriNfc_LlcpTransport_t *psTransport; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB() local75 psTransport = (phFriNfc_LlcpTransport_t*)pContext; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()78 psTransport->bSendPending = FALSE; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()82 if(psTransport->bFrmrPending) in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()85 psTransport->bFrmrPending = FALSE; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()88 sFrmrBuffer.buffer = psTransport->FrmrInfoBuffer; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()[all …]
45 phFriNfc_LlcpTransport_Socket_t* pSocketTable = pSocket->psTransport->pSocketTable; in phFriNfc_LlcpTransport_AutoBind()205 pLlcpTransport->pSocketTable[i].psTransport = pLlcpTransport; in phFriNfc_LlcpTransport_Reset()610 if((pLlcpSocket->psTransport->pSocketTable[i].socket_sSap == nSap) in phFriNfc_LlcpTransport_Bind()611 … && (pLlcpSocket->psTransport->pSocketTable[i].eSocket_Type == pLlcpSocket->eSocket_Type)) in phFriNfc_LlcpTransport_Bind()775 pLlcpSocket->psTransport->socketIndex = pLlcpSocket->index; in phFriNfc_LlcpTransport_Accept()1248 … status = phFriNfc_Llcp_GetRemoteInfo(pLlcpSocket->psTransport->pLlcp,&LlcpRemoteLinkParamInfo); in phFriNfc_LlcpTransport_SendTo()1259 else if(pLlcpSocket->psTransport->LinkStatusError) in phFriNfc_LlcpTransport_SendTo()
201 status = phFriNfc_Llcp_Send(pLlcpSocket->psTransport->pLlcp, in phFriNfc_LlcpTransport_Connectionless_SendTo()
215 phFriNfc_LlcpTransport_t *psTransport; member