Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_coap.cpp237 otMessage *notificationMessage = nullptr; in Process() local
259 notificationMessage = otCoapNewMessage(GetInstancePtr(), nullptr); in Process()
260 VerifyOrExit(notificationMessage != nullptr, error = OT_ERROR_NO_BUFS); in Process()
263 notificationMessage, in Process()
267 …SuccessOrExit(error = otCoapMessageSetToken(notificationMessage, mSubscriberToken, mSubscriberToke… in Process()
268 … SuccessOrExit(error = otCoapMessageAppendObserveOption(notificationMessage, mObserveSerial++)); in Process()
269 SuccessOrExit(error = otCoapMessageSetPayloadMarker(notificationMessage)); in Process()
270 SuccessOrExit(error = otMessageAppend(notificationMessage, mResourceContent, in Process()
273 … SuccessOrExit(error = otCoapSendRequest(GetInstancePtr(), notificationMessage, &messageInfo, in Process()
286 if ((error != OT_ERROR_NONE) && (notificationMessage != nullptr)) in Process()
[all …]