Home
last modified time | relevance | path

Searched refs:COAP_OPTION_OBSERVE (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPObserve.c66 ret = CoAPUintOption_get(request, COAP_OPTION_OBSERVE, &observe); in CoAPObsServer_add()
203 CoAPUintOption_add(&message, COAP_OPTION_OBSERVE, in CoAPObsServer_notify()
285 if (COAP_SUCCESS == CoAPOption_present(message, COAP_OPTION_OBSERVE)) { in CoAPObsClient_add()
377 if (COAP_SUCCESS == CoAPOption_present(message, COAP_OPTION_OBSERVE)) { in CoAPObsClient_delete()
378 ret = CoAPUintOption_get(message, COAP_OPTION_OBSERVE, in CoAPObsClient_delete()
A DCoAPServer.c292 ret = CoAPUintOption_get(request, COAP_OPTION_OBSERVE, &observe); in CoAPServerResp_send()
295 CoAPUintOption_add(&response, COAP_OPTION_OBSERVE, 0); in CoAPServerResp_send()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.c77 CoAPUintOption_add(message, COAP_OPTION_OBSERVE, observe); in do_sendmsg()
142 if (CoAPUintOption_get(message, COAP_OPTION_OBSERVE, &obsVal) == in recv_msg_handler()
A Dalcs_api.c461 CoAPUintOption_add(message, COAP_OPTION_OBSERVE, observe); in internal_secure_send()
542 if (CoAPUintOption_get(message, COAP_OPTION_OBSERVE, &obsVal) != in secure_sendmsg_handler()
A Dalcs_server.c558 if (CoAPUintOption_get(message, COAP_OPTION_OBSERVE, &obsVal) == in recv_msg_handler()
/AliOS-Things-master/components/linkkit/iot_coap/
A Diotx_coap_internal.h42 #define COAP_OPTION_OBSERVE 6 /* E, empty/uint, 0 B/0-3 B, (none)*/ macro

Completed in 10 milliseconds