Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli.cpp7418 uint8_t tlvTypes[kMaxTlvs]; in Process() local
7425 VerifyOrExit(count < sizeof(tlvTypes), error = OT_ERROR_INVALID_ARGS); in Process()
7426 SuccessOrExit(error = arg->ParseAsUint8(tlvTypes[count++])); in Process()
7492 SuccessOrExit(error = otThreadSendDiagnosticGet(GetInstancePtr(), &address, tlvTypes, count, in Process()
7513 IgnoreError(otThreadSendDiagnosticReset(GetInstancePtr(), &address, tlvTypes, count)); in Process()