Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.h16 typedef int (*coap_req_handler_put)(void *ctx, uint8_t *buf, int size); 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()