Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c1025 static inline uint16_t GetNextNotificationInterval(uint8_t runCnt) argument
1027 return (runCnt >= g_notificationTargetCnt) ? 0 : g_notificationIntervals[runCnt];