Home
last modified time | relevance | path

Searched refs:coap_attr_get_value (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/man/
Dcoap_attribute.txt.in28 *coap_str_const_t *coap_attr_get_value(coap_attr_t *_attribute_);*
74 The *coap_attr_get_value*() function returns the _value_ associated with the
85 *coap_attr_get_value*() function returns a pointer to the value held within
/third_party/libcoap/include/coap3/
Dresource.h313 coap_str_const_t *coap_attr_get_value(coap_attr_t *attribute);
/third_party/libcoap/
Dlibcoap-3.sym20 coap_attr_get_value
Dlibcoap-3.map22 coap_attr_get_value;
/third_party/libcoap/src/
Dresource.c461 coap_attr_get_value(coap_attr_t *attr) { function