Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_utils.hpp292 template <uint8_t kBytesLength> void OutputBytes(const uint8_t (&aBytes)[kBytesLength]) in OutputBytes() argument
294 OutputBytes(aBytes, kBytesLength); in OutputBytes()
305 template <uint8_t kBytesLength> void OutputBytesLine(const uint8_t (&aBytes)[kBytesLength]) in OutputBytesLine() argument
307 OutputBytesLine(aBytes, kBytesLength); in OutputBytesLine()