[mle] correct failure errors of Start() doc (#6892)

This commit is contained in:
Yakun Xu
2021-08-04 23:22:26 -07:00
committed by GitHub
parent 16c207825f
commit 02d9ac302d
+2 -2
View File
@@ -132,8 +132,8 @@ public:
* @param[in] aAnnounceAttach True if attach on the announced thread network with newer active timestamp,
* or False if not.
*
* @retval kErrorNone Successfully started the protocol operation.
* @retval kErrorAlready The protocol operation was already started.
* @retval kErrorNone Successfully started the protocol operation.
* @retval kErrorInvalidState IPv6 interface is down or device is in raw-link mode.
*
*/
Error Start(bool aAnnounceAttach);