13#ifndef ZEPHYR_INCLUDE_NET_COAP_LINK_FORMAT_H_
14#define ZEPHYR_INCLUDE_NET_COAP_LINK_FORMAT_H_
30#define COAP_WELL_KNOWN_CORE_PATH \
31 ((const char * const[]) { ".well-known", "core", NULL })
int coap_well_known_core_get(struct coap_resource *resource, const struct coap_packet *request, struct coap_packet *response, uint8_t *data, uint16_t data_len)
Build a CoAP response for a .well-known/core CoAP request.
int coap_well_known_core_get_len(struct coap_resource *resources, size_t resources_len, const struct coap_packet *request, struct coap_packet *response, uint8_t *data, uint16_t data_len)
Build a CoAP response for a .well-known/core CoAP request.
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
__UINT16_TYPE__ uint16_t
Definition stdint.h:89
Representation of a CoAP Packet.
Definition coap.h:312
Description of CoAP resource.
Definition coap.h:280