Home
last modified time | relevance | path

Searched refs:psTransport (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport_Connection.c35 static NFCSTATUS phFriNfc_Llcp_Send_DisconnectMode_Frame(phFriNfc_LlcpTransport_t* psTransport,
53 phFriNfc_LlcpTransport_t* psTransport ) { in phFriNfc_LlcpConnTransport_Send() argument
55 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() local
75 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 …]
DphFriNfc_LlcpTransport.c45 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()
DphFriNfc_LlcpTransport_Connectionless.c201 status = phFriNfc_Llcp_Send(pLlcpSocket->psTransport->pLlcp, in phFriNfc_LlcpTransport_Connectionless_SendTo()
DphFriNfc_LlcpTransport.h215 phFriNfc_LlcpTransport_t *psTransport; member