Merge "Add new CAPI for registering SRP service with TXT records" into tizen
authorPyun DoHyun <dh79.pyun@samsung.com>
Tue, 6 Sep 2022 23:48:56 +0000 (23:48 +0000)
committerGerrit Code Review <gerrit@review>
Tue, 6 Sep 2022 23:48:56 +0000 (23:48 +0000)
1  2 
include/thread.h
src/thread-srp.c

@@@ -1473,9 -1473,10 +1473,10 @@@ int thread_srp_client_set_host_address(
   * @pre thread API must be initialized with thread_initialize().
   * @see thread_srp_client_start()
   * @see thread_srp_client_set_host_address()
+  * @see thread_srp_client_register_service_full()
   */
  int thread_srp_client_register_service(thread_instance_h instance,
 -      const char *service_name, const char *service_type, uint64_t port);
 +      const char *service_name, const char *service_type, uint16_t port);
  
  /**
   * @ingroup CAPI_NETWORK_THREAD_SRP_MODULE
Simple merge