Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.h17 typedef int (*coap_req_handler_get)(void *ctx, otMessage *msg, const otMessageInfo *msg_info); typedef
21 coap_req_handler_put put_fn, coap_req_handler_get get_fn);
Dcoap_utils.c187 coap_req_handler_put put_fn, coap_req_handler_get get_fn) in coap_req_handler()