Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c36 #define COAP_URI_BUFFER_LENGTH 64 /* the size of the buffer or variable used to save uri. */ macro
610 char discoverUri[COAP_URI_BUFFER_LENGTH] = {0};
946 char uriBuffer[COAP_URI_BUFFER_LENGTH] = {0};
990 char notificationUri[COAP_URI_BUFFER_LENGTH] = {0};
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c36 #define COAP_URI_BUFFER_LENGTH 64 /* the size of the buffer or variable used to save uri. */ macro