Searched refs:otCoapMessageGetType (Results 1 – 4 of 4) sorted by relevance
862 if ((otCoapMessageGetType(aMessage) == OT_COAP_TYPE_CONFIRMABLE) || in HandleRequest()966 if ((otCoapMessageGetType(aMessage) == OT_COAP_TYPE_CONFIRMABLE) || in DefaultHandler()
915 if (otCoapMessageGetType(aMessage) == OT_COAP_TYPE_CONFIRMABLE || in HandleRequest()949 …mSubscriberConfirmableNotifications = (otCoapMessageGetType(aMessage) == OT_COAP_TYPE_CONFIRMABLE); in HandleRequest()
688 otCoapType otCoapMessageGetType(const otMessage *aMessage);
135 otCoapType otCoapMessageGetType(const otMessage *aMessage) in otCoapMessageGetType() function