Home
last modified time | relevance | path

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

/openthread-2.7.6/src/cli/
Dcli_coap.cpp392 BlockType coapBlockType = (aCoapCode == OT_COAP_CODE_GET) ? kBlockType2 : kBlockType1; in ProcessRequest() local
398 coapBlockType = kBlockType1; in ProcessRequest()
487 if (coapBlockType == kBlockType1) in ProcessRequest()
Dcli_coap_secure.cpp249 BlockType coapBlockType = (aCoapCode == OT_COAP_CODE_GET) ? kBlockType2 : kBlockType1; in ProcessRequest() local
318 if (coapBlockType == kBlockType1) in ProcessRequest()