Searched refs:bCurrentRetryCount (Results 1 – 2 of 2) sorted by relevance
35 static uint8_t bCurrentRetryCount = (2000 / PHTMLNFC_MAXTIME_RETRANSMIT) + 1; variable253 if (0 == bCurrentRetryCount) { in phTmlNfc_ReTxTimerCb()257 bCurrentRetryCount--; in phTmlNfc_ReTxTimerCb()508 if ((NFCSTATUS_SUCCESS == wStatus) || (bCurrentRetryCount == 0)) { in phTmlNfc_TmlWriterThread()532 bCurrentRetryCount = 0; in phTmlNfc_TmlWriterThread()685 bCurrentRetryCount = gpphTmlNfc_Context->bRetryCount; in phTmlNfc_Write()843 bCurrentRetryCount = 0; in phTmlNfc_WriteAbort()
36 static uint8_t bCurrentRetryCount = (2000 / PHTMLNFC_MAXTIME_RETRANSMIT) + 1; variable291 if (0 == bCurrentRetryCount) { in phTmlNfc_ReTxTimerCb()295 bCurrentRetryCount--; in phTmlNfc_ReTxTimerCb()563 if ((NFCSTATUS_SUCCESS == wStatus) || (bCurrentRetryCount == 0)) { in phTmlNfc_TmlWriterThread()595 bCurrentRetryCount = 0; in phTmlNfc_TmlWriterThread()757 bCurrentRetryCount = gpphTmlNfc_Context->bRetryCount; in phTmlNfc_Write()898 bCurrentRetryCount = 0; in phTmlNfc_WriteAbort()