Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_coap.cpp376 BlockType coapBlockType = (aCoapCode == OT_COAP_CODE_GET) ? kBlockType2 : kBlockType1; in ProcessRequest() local
382 coapBlockType = kBlockType1; in ProcessRequest()
471 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()