Home
last modified time | relevance | path

Searched refs:PH_LLCNFC_MAX_RETRY_COUNT (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphLlcNfc_Timer.h51 #define PH_LLCNFC_MAX_RETRY_COUNT (0x03) /**< Retries */ macro
DphLlcNfc_Timer.c930 if (ps_frame_info->retry_cnt < PH_LLCNFC_MAX_RETRY_COUNT) in phLlcNfc_ConnectionTimeoutCb()
966 if ((ps_frame_info->retry_cnt == PH_LLCNFC_MAX_RETRY_COUNT) in phLlcNfc_ConnectionTimeoutCb()