Home
last modified time | relevance | path

Searched refs:hello_resource (Results 1 - 1 of 1) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Dcoap_service.c73 coap_resource_t* hello_resource; in CoapServerStart() local
90 hello_resource = coap_resource_init(coap_make_str_const("hello"), 0); in CoapServerStart()
91 coap_register_handler(hello_resource, COAP_REQUEST_GET, HelloHandler); in CoapServerStart()
92 coap_add_resource(g_servCtx, hello_resource); in CoapServerStart()

Completed in 1 milliseconds