Home
last modified time | relevance | path

Searched refs:mSubscriberConfirmableNotifications (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/cli/
Dcli_coap.hpp172 bool mSubscriberConfirmableNotifications; member in ot::Cli::Coap
Dcli_coap.cpp55 , mSubscriberConfirmableNotifications(false) in Coap()
264 … ((mSubscriberConfirmableNotifications) ? OT_COAP_TYPE_CONFIRMABLE : OT_COAP_TYPE_NON_CONFIRMABLE), in Process()
949mSubscriberConfirmableNotifications = (otCoapMessageGetType(aMessage) == OT_COAP_TYPE_CONFIRMABLE); in HandleRequest()