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

  /external/libnfc-nxp/inc/
phNfcLlcpTypes.h 60 #define PHFRINFC_LLCP_NB_SOCKET_MAX 10 /**< Max.number of simultaneous sockets */
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 87 for(i=0 ; i<PHFRINFC_LLCP_NB_SOCKET_MAX ; i++)
97 if (i >= PHFRINFC_LLCP_NB_SOCKET_MAX)
199 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++)
627 index = (index + 1) % PHFRINFC_LLCP_NB_SOCKET_MAX;
680 for(i=0;i<PHFRINFC_LLCP_NB_SOCKET_MAX;i++)
759 for(i=0;i<PHFRINFC_LLCP_NB_SOCKET_MAX;i++)
    [all...]
phFriNfc_LlcpTransport_Connection.c 509 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++)
533 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++)
559 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++)
676 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++)
733 for(index=0;index<PHFRINFC_LLCP_NB_SOCKET_MAX;index++)
    [all...]
phFriNfc_LlcpTransport.h 252 phFriNfc_LlcpTransport_Socket_t pSocketTable[PHFRINFC_LLCP_NB_SOCKET_MAX];
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 78 for(i=0;i<PHFRINFC_LLCP_NB_SOCKET_MAX;i++)

Completed in 67 milliseconds