Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1167 static inline bool is_empty_message(const struct coap_packet *cpkt) in is_empty_message() function
1822 if ((type == COAP_TYPE_ACK && is_empty_message(response)) || in coap_response_received()