Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_output.hpp273 void OutputExtAddress(const otExtAddress &aExtAddress) { OutputBytes(aExtAddress.m8); } in OutputExtAddress() function in ot::Cli::Output
497 … void OutputExtAddress(const otExtAddress &aExtAddress) { mOutput.OutputExtAddress(aExtAddress); } in OutputExtAddress() function in ot::Cli::OutputWrapper