Searched refs:echoPayloadLength (Results 1 – 1 of 1) sorted by relevance
723 uint16_t echoPayloadLength; in ProcessSpinelSpeed() local736 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()