Home
last modified time | relevance | path

Searched defs:OutputExtAddressLine (Results 1 – 1 of 1) sorted by relevance

/external/openthread/src/cli/
Dcli_output.hpp281 void OutputExtAddressLine(const otExtAddress &aExtAddress) { OutputBytesLine(aExtAddress.m8); } in OutputExtAddressLine() function in ot::Cli::Output
498 …void OutputExtAddressLine(const otExtAddress &aExtAddress) { mOutput.OutputExtAddressLine(aExtAddr… in OutputExtAddressLine() function in ot::Cli::OutputWrapper