Skip to content

Commit

Permalink
[srp] fix otSrpClientStart documentation (#10435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhodie authored Jun 27, 2024
1 parent 7ca21a3 commit e10a925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/openthread/instance.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/openthread/srp_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e10a925

Please sign in to comment.