Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/tml/
DphTmlNfc.cc35 static uint8_t bCurrentRetryCount = (2000 / PHTMLNFC_MAXTIME_RETRANSMIT) + 1; variable
252 if (0 == bCurrentRetryCount) { in phTmlNfc_ReTxTimerCb()
256 bCurrentRetryCount--; in phTmlNfc_ReTxTimerCb()
506 if ((NFCSTATUS_SUCCESS == wStatus) || (bCurrentRetryCount == 0)) { in phTmlNfc_TmlWriterThread()
530 bCurrentRetryCount = 0; in phTmlNfc_TmlWriterThread()
683 bCurrentRetryCount = gpphTmlNfc_Context->bRetryCount; in phTmlNfc_Write()
841 bCurrentRetryCount = 0; in phTmlNfc_WriteAbort()