Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c70 static const uint32_t g_ifaceCoapCtxRetryBackoffList[IFACE_COAP_CTX_INIT_MAX_RETRY_TIMES] = { 10, 1… variable
190 …(void)TimerSetTimeout(iface->timer, g_ifaceCoapCtxRetryBackoffList[iface->createCount], NSTACKX_FA… in LocalIfaceCreateContextTimeout()
224 iface->timer = TimerStart(GetEpollFD(), g_ifaceCoapCtxRetryBackoffList[0], in LocalIfaceInit()