13#ifndef ZEPHYR_INCLUDE_NET_COAP_LINK_FORMAT_H_
14#define ZEPHYR_INCLUDE_NET_COAP_LINK_FORMAT_H_
29#define COAP_WELL_KNOWN_CORE_PATH \
30 ((const char * const[]) { ".well-known", "core", NULL })
int coap_well_known_core_get(struct coap_resource *resource, struct coap_packet *request, struct coap_packet *response, uint8_t *data, uint16_t len)
__UINT8_TYPE__ uint8_t
Definition: stdint.h:88
__UINT16_TYPE__ uint16_t
Definition: stdint.h:89
Representation of a CoAP Packet.
Definition: coap.h:268
Description of CoAP resource.
Definition: coap.h:245