Searched refs:coap_request_is_observe (Results 1 – 4 of 4) sorted by relevance
1262 bool coap_request_is_observe(const struct coap_packet *request);
438 internal_req->is_observe = coap_request_is_observe(&internal_req->request); in coap_client_req()
1909 bool coap_request_is_observe(const struct coap_packet *request) in coap_request_is_observe() function
870 zassert_true(coap_request_is_observe(request), in server_resource_1_get()