Searched refs:coap_event_handler (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | events.c | 16 void coap_event_handler(uint32_t mgmt_event, struct net_if *iface, in coap_event_handler() function 50 NET_MGMT_REGISTER_EVENT_HANDLER(coap_events, COAP_EVENTS_SET, coap_event_handler, NULL);
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_server.rst | 246 void coap_event_handler(uint32_t mgmt_event, struct net_if *iface, 277 NET_MGMT_REGISTER_EVENT_HANDLER(coap_events, COAP_EVENTS_SET, coap_event_handler, NULL);
|