Home
last modified time | relevance | path

Searched refs:otMessageInfo (Results 1 – 4 of 4) 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);
20 int coap_req_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info,
22 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len);
Dled.c99 static int led_handler_get(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in led_handler_get()
120 static void led_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in led_handler()
158 static void coap_led_send_req_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_led_send_req_cb()
178 static void coap_led_get_state_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_led_get_state_cb()
Dcoap_utils.c19 const otMessageInfo *message_info) in coap_default_handler()
35 otMessageInfo msg_info; in coap_req_send()
104 int coap_resp_send(otMessage *req, const otMessageInfo *req_info, uint8_t *buf, int len) in coap_resp_send()
186 int coap_req_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_req_handler()
Dbutton.c37 static int btn_handler_get(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in btn_handler_get()
58 static void btn_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in btn_handler()
140 static void coap_btn_get_state_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_btn_get_state_cb()