Home
last modified time | relevance | path

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

/openthread-3.5.0/src/cli/
Dcli_coap.cpp635 SuccessOrExit(error = otCoapOptionIteratorGetOptionUintValue(&iterator, &observe)); in HandleRequest()
645 SuccessOrExit(error = otCoapOptionIteratorGetOptionUintValue(&iterator, &blockValue)); in HandleRequest()
850 … otError error = otCoapOptionIteratorGetOptionUintValue(&iterator, &observeVal); in HandleResponse()
Dcli_coap_secure.cpp538 SuccessOrExit(error = otCoapOptionIteratorGetOptionUintValue(&iterator, &blockValue)); in HandleRequest()
/openthread-3.5.0/include/openthread/
Dcoap.h836 otError otCoapOptionIteratorGetOptionUintValue(otCoapOptionIterator *aIterator, uint64_t *aValue);
/openthread-3.5.0/src/core/api/
Dcoap_api.cpp191 otError otCoapOptionIteratorGetOptionUintValue(otCoapOptionIterator *aIterator, uint64_t *aValue) in otCoapOptionIteratorGetOptionUintValue() function