Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h53 #define COAP_SECOND_DISCOVER_COUNT_RANGE 3 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c45 #define COAP_SECOND_DISCOVER_COUNT_RANGE 3 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c138 } else if (discoverCount < COAP_SECOND_DISCOVER_COUNT_RANGE) { in GetDefaultDiscoverInterval()