[srp] fix otSrpClientStart documentation (#10435)

This commit is contained in:
jrhodie
2024-06-26 18:48:01 -07:00
committed by GitHub
parent 7ca21a38f2
commit e10a92570f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (423)
#define OPENTHREAD_API_VERSION (424)
/**
* @addtogroup api-instance
+1 -1
View File
@@ -201,7 +201,7 @@ typedef void (*otSrpClientAutoStartCallback)(const otSockAddr *aServerSockAddr,
*
* - The SRP client is started - `otSrpClientStart()` is called.
* - Host name is set - `otSrpClientSetHostName()` is called.
* - At least one host IPv6 address is set - `otSrpClientSetHostName()` is called.
* - At least one host IPv6 address is set - `otSrpClientSetHostAddresses()` is called.
* - At least one service is added - `otSrpClientAddService()` is called.
*
* It does not matter in which order these functions are called. When all conditions are met, the SRP client will