Lines Matching refs:socketIndex
45 uint8_t socketIndex, in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB() argument
61 switch(psTransport->pSocketTable[socketIndex].eSocket_State) in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
66 …psTransport->pSocketTable[socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnec… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
68 …psTransport->pSocketTable[socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[socketIndex].pA… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
69 psTransport->pSocketTable[socketIndex].pfSocketAccept_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
70 psTransport->pSocketTable[socketIndex].pAcceptContext = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
76 psTempLlcpSocket = psTransport->pSocketTable[socketIndex]; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
79 result = phFriNfc_LlcpTransport_Close(&psTransport->pSocketTable[socketIndex]); in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
88 …if(!psTransport->pSocketTable[socketIndex].bSocketSendPending && psTransport->pSocketTable[socketI… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
90 …psTransport->pSocketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].pSen… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
91 psTransport->pSocketTable[socketIndex].pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
102 …if(!psTransport->pSocketTable[socketIndex].bSocketSendPending && psTransport->pSocketTable[socketI… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
104 …psTransport->pSocketTable[socketIndex].pfSocketSend_Cb(psTransport->pSocketTable[socketIndex].pSen… in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()
105 psTransport->pSocketTable[socketIndex].pfSocketSend_Cb = NULL; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB()