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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 100 switch(psTransport->pSocketTable[psTransport->socketIndex].eSocket_State)
105 psTransport->pSocketTable[psTransport->socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
107 psTransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[psTransport->socketIndex].pAcceptContext,status);
113 psTempLlcpSocket = psTransport->pSocketTable[psTransport->socketIndex];
116 status = phFriNfc_LlcpTransport_Close(&psTransport->pSocketTable[psTransport->socketIndex]);
124 if(psTransport->pSocketTable[psTransport->socketIndex].sLlcpHeader.ptype == PHFRINFC_LLCP_PTYPE_I && psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb != NULL)
126 psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[psTransport->socketIndex].pSendContext,status)
    [all...]
phFriNfc_LlcpTransport.h 243 uint8_t socketIndex;
    [all...]
phFriNfc_LlcpTransport.c 133 pLlcpTransport->socketIndex = FALSE;
    [all...]

Completed in 324 milliseconds