[border-agent] fix struct typedef for otBorderAgentId (#9277)

This commit is contained in:
Zhangwx
2023-07-12 14:14:43 -07:00
committed by GitHub
parent b964db6f11
commit fd62216aa8
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -69,6 +69,12 @@ struct otBorderAgentId
uint8_t mId[OT_BORDER_AGENT_ID_LENGTH];
} OT_TOOL_PACKED_END;
/**
* Represents a Border Agent ID.
*
*/
typedef struct otBorderAgentId otBorderAgentId;
/**
* Defines the Border Agent state.
*
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (343)
#define OPENTHREAD_API_VERSION (344)
/**
* @addtogroup api-instance