Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_adapter.c28 #define COAP_OPTION_EXTENSION_LEN 2 macro
64 *headerLen = (uint8_t)(*headerLen + COAP_OPTION_EXTENSION_LEN); in CoapParseOptionExtension()
71 (*dataPos)[COAP_OPTION_EXTENSION_LEN]; in CoapParseOptionExtension()
78 (*dataPos) += COAP_OPTION_EXTENSION_LEN; in CoapParseOptionExtension()