Home
last modified time | relevance | path

Searched refs:coap_client_cancel_requests (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap_client.h159 void coap_client_cancel_requests(struct coap_client *client);
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c513 coap_client_cancel_requests(&client); in test_after()
514 coap_client_cancel_requests(&client2); in test_after()
812 coap_client_cancel_requests(&client); in ZTEST()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c1029 void coap_client_cancel_requests(struct coap_client *client) in coap_client_cancel_requests() function
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1314 * Added new CoAP client :c:func:`coap_client_cancel_requests` API which allows