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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 45 uint8_t socketIndex,
61 switch(psTransport->pSocketTable[socketIndex].eSocket_State)
66 psTransport->pSocketTable[socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
68 psTransport->pSocketTable[socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[socketIndex].pAcceptContext,status);
69 psTransport->pSocketTable[socketIndex].pfSocketAccept_Cb = NULL;
70 psTransport->pSocketTable[socketIndex].pAcceptContext = NULL;
76 psTempLlcpSocket = psTransport->pSocketTable[socketIndex];
79 result = phFriNfc_LlcpTransport_Close(&psTransport->pSocketTable[socketIndex]);
88 if(!psTransport->pSocketTable[socketIndex].bSocketSendPending && psTransport->pSocketTable[socketIndex].pfSocketSend_Cb != NULL
    [all...]
phFriNfc_LlcpTransport.h 264 uint8_t socketIndex;
332 uint8_t socketIndex,
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 33 uint8_t socketIndex,
130 uint8_t socketIndex,
phFriNfc_LlcpTransport.c 564 index = psTransport->socketIndex;
621 index = psTransport->socketIndex;
647 } while(index != psTransport->socketIndex);
672 pLlcpTransport->socketIndex = FALSE;
808 uint8_t socketIndex,
820 LlcpTransport->socketIndex = socketIndex;
    [all...]
phFriNfc_Llcp.h 226 uint8_t socketIndex,

Completed in 45 milliseconds