Change the platform version to 8.0 from 7.5 04/293504/1 accepted/tizen/unified/20230601.162959
authorWootak Jung <wootak.jung@samsung.com>
Wed, 31 May 2023 01:39:49 +0000 (10:39 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 31 May 2023 01:39:49 +0000 (10:39 +0900)
Change-Id: Id075326ec42159023977c0a0c0985d7079fa182e
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bluetooth_internal.h
include/bluetooth_type.h
include/bluetooth_type_internal.h

index e1bba9e..5009f02 100644 (file)
@@ -1201,7 +1201,7 @@ int bt_adapter_le_set_advertising_transport_discovery_data(bt_advertiser_h adver
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE
  * @brief Adds advertising flags.
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
  *
@@ -5595,7 +5595,7 @@ int bt_adapter_get_hci_address(char **address);
  *        The maximum advertised or responded data size is 31 bytes.
  *        if you want to include the system wide device name,
  *        please use @a bt_adapter_le_set_advertising_device_name.
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel platform
  * @privilege %http://tizen.org/privilege/bluetooth.admin
  *
@@ -5622,7 +5622,7 @@ int bt_adapter_le_add_advertising_custom_name(bt_advertiser_h advertiser,
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE
  * @brief Removes the custom name in advertise or scan response data.
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel platform
  * @privilege %http://tizen.org/privilege/bluetooth.admin
  *
index 7dd951e..01910c8 100644 (file)
@@ -106,7 +106,7 @@ typedef enum {
        BT_ERROR_AGAIN = TIZEN_ERROR_BLUETOOTH|0x010C, /**< Resource temporarily unavailable */
        BT_ERROR_SERVICE_NOT_FOUND = TIZEN_ERROR_BLUETOOTH|0x010D, /**< Service Not Found */
        BT_ERROR_AUTHORIZATION_REJECTED = TIZEN_ERROR_BLUETOOTH|0x010E, /**< Authorization rejected (Since 5.0) */
-       BT_ERROR_MAX_CONNECTION = TIZEN_ERROR_BLUETOOTH|0x010F, /**< Max of connection exceeded (Since 7.5) */
+       BT_ERROR_MAX_CONNECTION = TIZEN_ERROR_BLUETOOTH|0x010F, /**< Max of connection exceeded (Since 8.0) */
 } bt_error_e;
 
 /**
index dfa9812..73acced 100644 (file)
@@ -1222,7 +1222,7 @@ typedef enum {
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE
  * @brief Enumerations of the Bluetooth LE advertising flags
- * @since_tizen 7.5
+ * @since_tizen 8.0
  */
 typedef enum {
        BT_ADAPTER_LE_ADVERTISING_FLAGS_LIM_DISC = 0x01, /* LE Limited Discoverable Mode */