Searched refs:maxRecvIdleCnt (Results 1 – 3 of 3) sorted by relevance
114 transConfig->maxRecvIdleCnt = NSTACKX_P2P_RECEIVER_IDLE_MAX_COUNT; in ConfigDFileTransP2p()131 transConfig->maxRecvIdleCnt = NSTACKX_WLAN_RECEIVER_IDLE_MAX_COUNT; in ConfigDFileTransWlan()
876 if (timeout && dFileTrans->idleTimeoutCnt >= dFileTrans->config.maxRecvIdleCnt) { in ReceiverIdleTimeout()
46 uint8_t maxRecvIdleCnt; /* Max successive idle count before receiver timeout */ member