mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 16:47:47 +00:00
[srp] fix otSrpClientStart documentation (#10435)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user