mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 11:17:46 +00:00
[meshcop] fix typos in joiner/commissioner method documentation (#5154)
This commit is contained in:
committed by
Jonathan Hui
parent
560fee9698
commit
d65f8a3812
@@ -116,7 +116,7 @@ typedef struct otCommissioningDataset
|
||||
#define OT_JOINER_MAX_PSKD_LENGTH 32 ///< Maximum string length of a Joiner PSKd (does not include null char).
|
||||
|
||||
/**
|
||||
* This structure represent a Joiner PSKd.
|
||||
* This structure represents a Joiner PSKd.
|
||||
*
|
||||
*/
|
||||
typedef struct otJoinerPskd
|
||||
|
||||
@@ -53,7 +53,7 @@ extern "C" {
|
||||
* @note This number versions both OpenThread platform and user APIs.
|
||||
*
|
||||
*/
|
||||
#define OPENTHREAD_API_VERSION (10)
|
||||
#define OPENTHREAD_API_VERSION (11)
|
||||
|
||||
/**
|
||||
* @addtogroup api-instance
|
||||
|
||||
@@ -171,7 +171,7 @@ const otExtAddress *otJoinerGetId(otInstance *aInstance);
|
||||
* @param[in] aDiscerner A pointer to a Joiner Discerner. If NULL clears any previously set discerner.
|
||||
*
|
||||
* @retval OT_ERROR_NONE The Joiner Discerner updated successfully.
|
||||
* @retval OT_ERROR_INVALID_ARGS @p aDisciminrator is not valid (specified length is not within valid range).
|
||||
* @retval OT_ERROR_INVALID_ARGS @p aDiscerner is not valid (specified length is not within valid range).
|
||||
* @retval OT_ERROR_INVALID_STATE There is an ongoing Joining process so Joiner Discerner could not be changed.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user