Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c110 transConfig->maxCtrlFrameTimeout = NSTACKX_P2P_MAX_CONTROL_FRAME_TIMEOUT; in ConfigDFileTransP2p()
127 transConfig->maxCtrlFrameTimeout = NSTACKX_WLAN_MAX_CONTROL_FRAME_TIMEOUT; in ConfigDFileTransWlan()
H A Dnstackx_dfile_transfer.c545 dFileTrans->timeout = dFileTrans->config.maxCtrlFrameTimeout; in WaitForFileTransferDonePrepare()
690 ExtendTimeout(&dFileTrans->timeout, dFileTrans->config.maxCtrlFrameTimeout); in ReceiveFileHeaderPrepare()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h42 uint32_t maxCtrlFrameTimeout; /* Max timeout value for control frame */ member