Modify the link to upnp spec 37/320337/2
authorcheoleun moon <chleun.moon@samsung.com>
Wed, 13 Nov 2024 12:03:54 +0000 (21:03 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Wed, 13 Nov 2024 12:04:58 +0000 (21:04 +0900)
Change-Id: I4a5a5521b9edbf50ecb0cd71fa2444ad48be88db

include/ssdp.h

index 2aa77b50e4bd0fd9b38532f9bef61dbc7d2e7ad5..64cb04d6fd4387dd4976f2f47cc96bd333b4fc58 100644 (file)
@@ -123,7 +123,7 @@ int ssdp_deinitialize(void);
  * @brief Creates a SSDP local service handle.
  * @since_tizen 3.0
  * @remarks You must release @a local_service using ssdp_destroy_local_service().
- * @param[in] target The SSDP local service's target. It may be a device type or a service type specified in UPnP forum (http://upnp.org)
+ * @param[in] target The SSDP local service's target. It may be a device type or a service type specified in UPnP standard (https://openconnectivity.org/developer/specifications/upnp-resources/upnp/)
  * @param[out] local_service The SSDP local service handle
  * @return @c 0 on success,
  *         otherwise negative error value
@@ -156,7 +156,7 @@ int ssdp_destroy_local_service(ssdp_service_h local_service);
 
 
 /**
- * @brief Sets the USN (Unique Service Name) of SSDP local service. The USN format is specified in UPnP forum (http://upnp.org).
+ * @brief Sets the USN (Unique Service Name) of SSDP local service. The USN format is specified in UPnP standard (https://openconnectivity.org/developer/specifications/upnp-resources/upnp/).
  * @since_tizen 3.0
  * @remarks You must pass only unregistered @a local_service created using ssdp_create_local_service().
  *          If @a local_service is already registered, you cannot set @a usn.