Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_coap_secure.cpp462 otCoapType coapType = OT_COAP_TYPE_NON_CONFIRMABLE; in ProcessRequest() local
477 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
482 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
488 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
494 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
500 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
506 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
512 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
518 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
528 otCoapMessageInit(message, coapType, aCoapCode); in ProcessRequest()
[all …]
Dcli_coap.cpp591 otCoapType coapType = OT_COAP_TYPE_NON_CONFIRMABLE; in ProcessRequest() local
617 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
622 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
628 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
634 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
640 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
646 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
652 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
658 coapType = OT_COAP_TYPE_CONFIRMABLE; in ProcessRequest()
676 otCoapMessageInit(message, coapType, aCoapCode); in ProcessRequest()
[all …]