mirror of
https://github.com/espressif/openthread.git
synced 2026-09-02 07:10:08 +00:00
[api] fix dnssd platform API doc (#10556)
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 (430)
|
||||
#define OPENTHREAD_API_VERSION (431)
|
||||
|
||||
/**
|
||||
* @addtogroup api-instance
|
||||
|
||||
@@ -372,7 +372,7 @@ void otPlatDnssdUnregisterHost(otInstance *aInstance,
|
||||
* a result, these changes always need to be synced on the infrastructure DNS-SD module.
|
||||
*
|
||||
* @param[in] aInstance The OpenThread instance.
|
||||
* @param[in] aHost Information about the key record to register.
|
||||
* @param[in] aKey Information about the key record to register.
|
||||
* @param[in] aRequestId The ID associated with this request.
|
||||
* @param[in] aCallback The callback function pointer to report the outcome (may be NULL if no callback needed).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user