Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp723 uint16_t echoPayloadLength; in ProcessSpinelSpeed() local
736 echoPayloadLength = static_cast<uint16_t>(sizeof(cmd) - strlen(cmd) - 1); in ProcessSpinelSpeed()
737 echoPayloadLength = Lib::Utils::Min<uint16_t>(kEchoPayloadLength, echoPayloadLength); in ProcessSpinelSpeed()
738 memset(cmd + strlen(cmd), '1', echoPayloadLength); in ProcessSpinelSpeed()