feat(openthread): handle MeshCoP mDNS service in state change callback

This commit is contained in:
Xu Si Yu
2025-05-29 16:21:36 +08:00
parent 366310e3e4
commit 1787626958
4 changed files with 76 additions and 1 deletions

View File

@@ -76,6 +76,14 @@ esp_netif_t *esp_openthread_get_backbone_netif(void);
*/
esp_err_t esp_openthread_set_meshcop_instance_name(const char *instance_name);
/**
* @brief Gets the meshcop(e) instance name.
*
* @return The instance name.
*
*/
const char* esp_openthread_get_meshcop_instance_name(void);
#ifdef __cplusplus
}
#endif