Searched refs:coap_client_cancel_requests (Results 1 – 5 of 5) sorted by relevance
165 void coap_client_cancel_requests(struct coap_client *client);
85 coap_client_cancel_requests(&client); in do_coap_download()
513 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()
1035 void coap_client_cancel_requests(struct coap_client *client) in coap_client_cancel_requests() function
1314 * Added new CoAP client :c:func:`coap_client_cancel_requests` API which allows