Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c109 transConfig->maxCtrlFrameRetryCnt = NSTACKX_P2P_MAX_CONTROL_FRAME_RETRY_COUNT; in ConfigDFileTransP2p()
126 transConfig->maxCtrlFrameRetryCnt = NSTACKX_WLAN_MAX_CONTROL_FRAME_RETRY_COUNT; in ConfigDFileTransWlan()
H A Dnstackx_dfile_transfer.c493 if (dFileTrans->headerRetryCnt > dFileTrans->config.maxCtrlFrameRetryCnt) { in WaitForFileHeaderConfirm()
814 if (dFileTrans->headerAckRetryCnt > dFileTrans->config.maxCtrlFrameRetryCnt) { in SendFileHeaderConfirm()
1003 if (dFileTrans->transferDoneRetryCnt > dFileTrans->config.maxCtrlFrameRetryCnt && in WaitForFileTransferDoneAck()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h41 uint8_t maxCtrlFrameRetryCnt; /* Max retry count for control frame */ member