Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h128 uint8_t headerAckRetryCnt; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c687 if (dFileTrans->headerAckRetryCnt == 0) { in ReceiveFileHeaderPrepare()
814 if (dFileTrans->headerAckRetryCnt > dFileTrans->config.maxCtrlFrameRetryCnt) { in SendFileHeaderConfirm()
820 dFileTrans->headerAckRetryCnt++; in SendFileHeaderConfirm()