Because of changing of Tizen versioning policy,
new Tizen version is 8.0, not 7.5
So, modify description in added APIs and enum as 7.5.
Change-Id: I826ab0059f68ceb077a4c9f1db2a4a46db0dc9c7
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
PERIPHERAL_OPEN_FLAGS_PRIVATE = 0, /**< Exclusive access to device */
PERIPHERAL_OPEN_FLAGS_SHARED = 1, /**< Shared access to device */
PERIPHERAL_OPEN_FLAGS_NONBLOCK = 2, /**< Nonblocking read/write flag,
- available for only uart (Since 7.5) */
+ available for only uart (Since 8.0) */
} peripheral_open_flags_e;
/**
/**
* @platform
* @brief Discards data queued for writing to UART slave device, but not yet transmitted.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @privlevel platform
* @privilege http://tizen.org/privilege/peripheralio
*
/**
* @platform
* @brief Waits for all data queued for UART to be transmitted.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @privlevel platform
* @privilege http://tizen.org/privilege/peripheralio
*