Searched refs:coap_service_send (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | coap_service.h | 243 int coap_service_send(const struct coap_service *service, const struct coap_packet *cpkt,
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_server.c | 215 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/ |
D | migration-guide-3.6.rst | 557 * The CoAP public API functions :c:func:`coap_service_send` and :c:func:`coap_resource_send` have
|