/**
* @brief Gets the MAC address of the Wi-Fi or ethernet.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
* @remarks @a mac_addr must be released with free() by you.
* @param[in] connection The handle of the connection
* @param[in] type The type of current network connection
/**
* @brief Gets the state of the Ethernet.
* @details The returned state is for the Ethernet connection state.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
* @privlevel public
* @privilege %http://tizen.org/privilege/network.get
* @param[in] connection The connection handle
/**
* @brief Checks for ethernet cable is attached or not.
* @details The returned state is for the ethernet cable state.
-* @since_tizen 2.4
+* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
* @privlevel public
* @privilege %http://tizen.org/privilege/network.get
* @param[in] connection The handle of the connection
/**
* @brief Registers callback for ethernet cable is plugged [in/out] event.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
* @param[in] callback The callback function to be called
* @param[in] user_data The user data passed to the callback function
* @return 0 on success, otherwise negative error value
/**
* @brief Unregisters callback for ethernet cable is plugged [in/out] event.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
* @param[in] connection The handle of connection
* @return 0 on success, otherwise negative error value
* @retval #CONNECTION_ERROR_NONE Successful