Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap_client.h57 bool confirmable; /**< CoAP Confirmable/Non-confirmable message */ member
/Zephyr-latest/samples/net/sockets/coap_download/src/
Dmain.c57 .confirmable = true, in do_coap_download()
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_client.rst33 req.confirmable = true;
99 req.confirmable = true;
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c51 .confirmable = true,
61 .confirmable = true,
792 .confirmable = true, in ZTEST()
911 .confirmable = false, in ZTEST()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c217 1, req->confirmable ? COAP_TYPE_CON : COAP_TYPE_NON_CON, in coap_client_init_request()
536 if (!client->requests[i].coap_request.confirmable) { in coap_client_resend_handler()
DKconfig226 Never allocate data for pending requests, this disables retransmits for confirmable
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst553 specify retransmission parameters of the confirmable message. It is safe to pass a NULL pointer to
Drelease-notes-2.5.rst72 confirmable message.