Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dresource.h60 #define COAP_RESOURCE_FLAGS_NOTIFY_NON 0x0 macro
134 * COAP_RESOURCE_FLAGS_NOTIFY_NON (default)
139 * COAP_RESOURCE_FLAGS_NOTIFY_NON is considered.
180 * @param mode Must be one of @c COAP_RESOURCE_FLAGS_NOTIFY_NON
186 ~(COAP_RESOURCE_FLAGS_NOTIFY_CON|COAP_RESOURCE_FLAGS_NOTIFY_NON)) | in coap_resource_set_mode()
187 (mode & (COAP_RESOURCE_FLAGS_NOTIFY_CON|COAP_RESOURCE_FLAGS_NOTIFY_NON)); in coap_resource_set_mode()

Completed in 1 milliseconds