Searched refs:coap_client_cancel_requests (Results 1 – 4 of 4) sorted by relevance
159 void coap_client_cancel_requests(struct coap_client *client);
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()
1029 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