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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.h 125 #define PHFRINFC_LLCP_SDP_ADVERTISED_NB 0x10 /**< Number of SDP advertised SAP slots */
phFriNfc_LlcpTransport.h 253 phFriNfc_Llcp_CachedServiceName_t pCachedServiceNames[PHFRINFC_LLCP_SDP_ADVERTISED_NB];
    [all...]
phFriNfc_LlcpTransport.c 61 for(i=0 ; i<PHFRINFC_LLCP_SDP_ADVERTISED_NB ; i++)
213 for(cacheIndex=0;cacheIndex<PHFRINFC_LLCP_SDP_ADVERTISED_NB;cacheIndex++)
677 memset(pLlcpTransport->pCachedServiceNames, 0x00, sizeof(phFriNfc_Llcp_CachedServiceName_t)*PHFRINFC_LLCP_SDP_ADVERTISED_NB);
785 for(i=0;i<PHFRINFC_LLCP_SDP_ADVERTISED_NB;i++)
    [all...]

Completed in 62 milliseconds