Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap_service.h243 int coap_service_send(const struct coap_service *service, const struct coap_packet *cpkt,
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c215 ret = coap_service_send(service, &response, &client_addr, client_addr_len, NULL); in coap_server_process()
246 ret = coap_service_send(service, &ack, &client_addr, client_addr_len, NULL); in coap_server_process()
522 int coap_service_send(const struct coap_service *service, const struct coap_packet *cpkt, in coap_service_send() function
594 return coap_service_send(svc, cpkt, addr, addr_len, params); in coap_resource_send()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst557 * The CoAP public API functions :c:func:`coap_service_send` and :c:func:`coap_resource_send` have