Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_coap_secure.cpp245 otCoapType coapType = OT_COAP_TYPE_NON_CONFIRMABLE; in ProcessRequest() local
260 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
265 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
271 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
277 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
283 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
289 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
295 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
301 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
311 otCoapMessageInit(message, coapType, aCoapCode); in ProcessRequest()
[all …]
Dcli_coap.cpp371 otCoapType coapType = OT_COAP_TYPE_NON_CONFIRMABLE; in ProcessRequest() local
397 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
402 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
408 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
414 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
420 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
426 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
432 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
438 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
456 otCoapMessageInit(message, coapType, aCoapCode); in ProcessRequest()
[all …]