From: Pyun DoHyun Date: Tue, 6 Sep 2022 23:48:56 +0000 (+0000) Subject: Merge "Add new CAPI for registering SRP service with TXT records" into tizen X-Git-Tag: accepted/tizen/unified/20220914.164046~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea6a6f5f4d4b5e1f91e9ea3a37c8fb10bac1adb0;p=platform%2Fcore%2Fapi%2Fthread.git Merge "Add new CAPI for registering SRP service with TXT records" into tizen --- ea6a6f5f4d4b5e1f91e9ea3a37c8fb10bac1adb0 diff --cc include/thread.h index 5ff2eff,01ace89..62c4deb --- a/include/thread.h +++ b/include/thread.h @@@ -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