Home
last modified time | relevance | path

Searched refs:PHFRINFC_LLCP_NB_SOCKET_MAX (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nxp/inc/
DphNfcLlcpTypes.h60 #define PHFRINFC_LLCP_NB_SOCKET_MAX 10 /**< Max.number of s… macro
/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport.c87 for(i=0 ; i<PHFRINFC_LLCP_NB_SOCKET_MAX ; i++) in phFriNfc_LlcpTransport_GetFreeSap()
97 if (i >= PHFRINFC_LLCP_NB_SOCKET_MAX) in phFriNfc_LlcpTransport_GetFreeSap()
199 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in phFriNfc_LlcpTransport_ServiceNameLoockup()
627 index = (index + 1) % PHFRINFC_LLCP_NB_SOCKET_MAX; in phFriNfc_LlcpTransport_Send_CB()
680 for(i=0;i<PHFRINFC_LLCP_NB_SOCKET_MAX;i++) in phFriNfc_LlcpTransport_Reset()
759 for(i=0;i<PHFRINFC_LLCP_NB_SOCKET_MAX;i++) in phFriNfc_LlcpTransport_CloseAll()
856 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in phFriNfc_LlcpTransport_SendFrameReject()
1352 }while(index<PHFRINFC_LLCP_NB_SOCKET_MAX); in phFriNfc_LlcpTransport_Socket()
1471 for(i=0;i<PHFRINFC_LLCP_NB_SOCKET_MAX;i++) in phFriNfc_LlcpTransport_Bind()
1616 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in phFriNfc_LlcpTransport_RegisterName()
DphFriNfc_LlcpTransport_Connection.c509 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_ConnectionFrame()
533 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_ConnectionFrame()
559 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_ConnectionFrame()
676 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_ConnectionCompleteFrame()
733 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_DisconnectFrame()
835 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_DisconnetModeFrame()
927 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_Receive_IFrame()
1181 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_ReceiveReady_Frame()
1299 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_ReceiveNotReady_Frame()
1397 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++) in Handle_FrameReject_Frame()
DphFriNfc_LlcpTransport_Connectionless.c78 for(i=0;i<PHFRINFC_LLCP_NB_SOCKET_MAX;i++) in Handle_Connectionless_IncommingFrame()
DphFriNfc_LlcpTransport.h252 phFriNfc_LlcpTransport_Socket_t pSocketTable[PHFRINFC_LLCP_NB_SOCKET_MAX];