Modify the wearable bluetooth_type.h enum version 49/68849/1 accepted/tizen/common/20160510.141403 accepted/tizen/ivi/20160512.050006 accepted/tizen/mobile/20160512.045914 accepted/tizen/tv/20160512.045944 accepted/tizen/wearable/20160512.045856 submit/tizen/20160510.062822
authorHyuk Lee <hyuk0512.lee@samsung.com>
Tue, 10 May 2016 06:19:22 +0000 (15:19 +0900)
committerHyuk Lee <hyuk0512.lee@samsung.com>
Tue, 10 May 2016 06:19:22 +0000 (15:19 +0900)
Change-Id: I3f253436d762646a71334a56be2159c3c07bb044
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
include/wearable/bluetooth_type.h

index e655b5f53b1c660f219eef6e028916143691c975..06baf78f68cc8b744c14ff7cff975fe6bc52e339 100644 (file)
@@ -444,7 +444,7 @@ typedef enum {
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_AVRCP_MODULE
  * @brief  Enumerations for the equalizer state
- * @since_tizen 2.4
+ * @since_tizen 3.0
  */
 typedef enum {
        BT_AVRCP_EQUALIZER_STATE_OFF = 0x01,  /**< Equalizer Off */
@@ -454,7 +454,7 @@ typedef enum {
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_AVRCP_MODULE
  * @brief  Enumerations for the repeat mode
- * @since_tizen 2.4
+ * @since_tizen 3.0
  */
 typedef enum {
        BT_AVRCP_REPEAT_MODE_OFF = 0x01,  /**< Repeat Off */
@@ -466,7 +466,7 @@ typedef enum {
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_AVRCP_MODULE
  * @brief  Enumerations for the shuffle mode
- * @since_tizen 2.4
+ * @since_tizen 3.0
  */
 typedef enum {
        BT_AVRCP_SHUFFLE_MODE_OFF = 0x01,  /**< Shuffle Off */
@@ -477,7 +477,7 @@ typedef enum {
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_AVRCP_MODULE
  * @brief  Enumerations for the scan mode
- * @since_tizen 2.4
+ * @since_tizen 3.0
  */
 typedef enum {
        BT_AVRCP_SCAN_MODE_OFF = 0x01,  /**< Scan Off */
@@ -488,7 +488,7 @@ typedef enum {
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_AVRCP_MODULE
  * @brief  Enumerations for the player state
- * @since_tizen 2.4
+ * @since_tizen 3.0
  */
 typedef enum {
        BT_AVRCP_PLAYER_STATE_STOPPED = 0x00,  /**< Stopped */