Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc_Internal.h159 …bool_t bResendLastFrame; /* Flag to resend the last write frame after MEM_BS… member
DphDnldNfc_Internal.c411 if(FALSE == pDlCtxt->bResendLastFrame) in phDnldNfc_ProcessRWSeqState()
417 pDlCtxt->bResendLastFrame = FALSE; in phDnldNfc_ProcessRWSeqState()
554 pDlCtxt->bResendLastFrame = FALSE; in phDnldNfc_ProcessRWSeqState()
1154 pDlCtxt->bResendLastFrame = TRUE; in phDnldNfc_ResendTimeOutCb()
DphDnldNfc.c497 (gpphDnldContext->bResendLastFrame) = FALSE; in phDnldNfc_Write()