Searched refs:kPingPayloadMaxLength (Results 1 – 2 of 2) sorted by relevance
378 static constexpr uint16_t kPingPayloadMaxLength = 512; member in ot::MeshCoP::TcatAgent
561 VerifyOrExit(aLength <= kPingPayloadMaxLength, error = kErrorParse); in HandlePing()