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 47 phFriNfc_LlcpTransport_t* psTransport ) {
49 pfSend_CB, psTransport);
51 psTransport->bSendPending = TRUE;
60 phFriNfc_LlcpTransport_t *psTransport;
69 psTransport = (phFriNfc_LlcpTransport_t*)pContext;
74 switch(psTransport->pSocketTable[psTransport->socketIndex].eSocket_State)
79 psTransport->pSocketTable[psTransport->socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
81 psTransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[psTransport->s (…)
    [all...]
phFriNfc_LlcpTransport.c 44 static NFCSTATUS phFriNfc_LlcpTransport_DiscoverServicesEx(phFriNfc_LlcpTransport_t *psTransport);
49 static NFCSTATUS phFriNfc_LlcpTransport_GetFreeSap(phFriNfc_LlcpTransport_t * psTransport, phNfc_sData_t *psServiceName, uint8_t * pnSap)
54 phFriNfc_LlcpTransport_Socket_t* pSocketTable = psTransport->pSocketTable;
62 if((psTransport->pCachedServiceNames[i].sServiceName.length > 0) &&
63 (memcmp(psTransport->pCachedServiceNames[i].sServiceName.buffer, psServiceName->buffer, psServiceName->length) == 0))
66 *pnSap = psTransport->pCachedServiceNames[i].nSap;
189 static phFriNfc_LlcpTransport_Socket_t* phFriNfc_LlcpTransport_ServiceNameLoockup(phFriNfc_LlcpTransport_t *psTransport,
200 pSocket = &psTransport->pSocketTable[index];
214 pCachedServiceName = &psTransport->pCachedServiceNames[cacheIndex];
250 static NFCSTATUS phFriNfc_LlcpTransport_DiscoveryAnswer(phFriNfc_LlcpTransport_t *psTransport)
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 41 (pSocket->psTransport->bSendPending == FALSE))
49 status = phFriNfc_LlcpTransport_LinkSend(pSocket->psTransport,
254 if(pLlcpSocket->psTransport->bSendPending == TRUE)
269 status = phFriNfc_LlcpTransport_LinkSend(pLlcpSocket->psTransport,
phFriNfc_LlcpTransport.h 221 phFriNfc_LlcpTransport_t *psTransport;
335 NFCSTATUS phFriNfc_LlcpTransport_SendDisconnectMode(phFriNfc_LlcpTransport_t* psTransport,
345 NFCSTATUS phFriNfc_LlcpTransport_SendFrameReject(phFriNfc_LlcpTransport_t *psTransport,
    [all...]

Completed in 1808 milliseconds