Home
last modified time | relevance | path

Searched refs:otCoapOptionIteratorGetOptionUintValue (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/cli/
Dcli_coap.cpp880 SuccessOrExit(error = otCoapOptionIteratorGetOptionUintValue(&iterator, &observe)); in HandleRequest()
890 SuccessOrExit(error = otCoapOptionIteratorGetOptionUintValue(&iterator, &blockValue)); in HandleRequest()
1095 … otError error = otCoapOptionIteratorGetOptionUintValue(&iterator, &observeVal); in HandleResponse()
Dcli_coap_secure.cpp837 SuccessOrExit(error = otCoapOptionIteratorGetOptionUintValue(&iterator, &blockValue)); in HandleRequest()
/openthread-latest/include/openthread/
Dcoap.h805 otError otCoapOptionIteratorGetOptionUintValue(otCoapOptionIterator *aIterator, uint64_t *aValue);
/openthread-latest/src/core/api/
Dcoap_api.cpp192 otError otCoapOptionIteratorGetOptionUintValue(otCoapOptionIterator *aIterator, uint64_t *aValue) in otCoapOptionIteratorGetOptionUintValue() function