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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 36 static NFCSTATUS phFriNfc_Llcp_Send_DisconnectMode_Frame(phFriNfc_LlcpTransport_t* psTransport,
51 phFriNfc_LlcpTransport_t *psTransport;
59 psTransport = (phFriNfc_LlcpTransport_t*)pContext;
62 psTransport->bSendPending = FALSE;
66 if(psTransport->bFrmrPending)
69 psTransport->bFrmrPending = FALSE;
72 sFrmrBuffer.buffer = psTransport->FrmrInfoBuffer;
76 psTransport->bSendPending = TRUE;
78 status = phFriNfc_Llcp_Send(psTransport->pLlcp,
79 &psTransport->sLlcpHeader
    [all...]
phFriNfc_LlcpTransport.c 167 pLlcpTransport->pSocketTable[i].psTransport = pLlcpTransport;
533 if((pLlcpSocket->psTransport->pSocketTable[i].socket_sSap == nSap)
534 && (pLlcpSocket->psTransport->pSocketTable[i].eSocket_Type == pLlcpSocket->eSocket_Type))
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 179 status = phFriNfc_Llcp_Send(pLlcpSocket->psTransport->pLlcp,
phFriNfc_LlcpTransport.h 217 phFriNfc_LlcpTransport_t *psTransport;
    [all...]

Completed in 126 milliseconds