Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c114 transConfig->maxRecvIdleCnt = NSTACKX_P2P_RECEIVER_IDLE_MAX_COUNT; in ConfigDFileTransP2p()
131 transConfig->maxRecvIdleCnt = NSTACKX_WLAN_RECEIVER_IDLE_MAX_COUNT; in ConfigDFileTransWlan()
H A Dnstackx_dfile_transfer.c876 if (timeout && dFileTrans->idleTimeoutCnt >= dFileTrans->config.maxRecvIdleCnt) { in ReceiverIdleTimeout()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h46 uint8_t maxRecvIdleCnt; /* Max successive idle count before receiver timeout */ member