Home
last modified time | relevance | path

Searched refs:pSocketTable (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport.c55 phFriNfc_LlcpTransport_Socket_t* pSocketTable = psTransport->pSocketTable; in phFriNfc_LlcpTransport_GetFreeSap() local
89 if((pSocketTable[i].eSocket_State >= phFriNfc_LlcpTransportSocket_eSocketBound) && in phFriNfc_LlcpTransport_GetFreeSap()
90 (pSocketTable[i].socket_sSap == sap)) in phFriNfc_LlcpTransport_GetFreeSap()
201 pSocket = &psTransport->pSocketTable[index]; in phFriNfc_LlcpTransport_ServiceNameLoockup()
629 pCurrentSocket = &psTransport->pSocketTable[index]; in phFriNfc_LlcpTransport_Send_CB()
682 …pLlcpTransport->pSocketTable[i].eSocket_State = phFriNfc_LlcpTransportSocket_eSoc… in phFriNfc_LlcpTransport_Reset()
683 …pLlcpTransport->pSocketTable[i].eSocket_Type = phFriNfc_LlcpTransport_eDefaultTy… in phFriNfc_LlcpTransport_Reset()
684 pLlcpTransport->pSocketTable[i].index = i; in phFriNfc_LlcpTransport_Reset()
685 pLlcpTransport->pSocketTable[i].pContext = NULL; in phFriNfc_LlcpTransport_Reset()
686 pLlcpTransport->pSocketTable[i].pListenContext = NULL; in phFriNfc_LlcpTransport_Reset()
[all …]
DphFriNfc_LlcpTransport_Connection.c61 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()
[all …]
DphFriNfc_LlcpTransport_Connectionless.c80 if(pLlcpTransport->pSocketTable[i].socket_sSap == dsap) in Handle_Connectionless_IncommingFrame()
83 pSocket = &pLlcpTransport->pSocketTable[i]; in Handle_Connectionless_IncommingFrame()
DphFriNfc_LlcpTransport.h252 phFriNfc_LlcpTransport_Socket_t pSocketTable[PHFRINFC_LLCP_NB_SOCKET_MAX]; member