From: Wootak Jung Date: Wed, 31 May 2023 01:39:49 +0000 (+0900) Subject: Change the platform version to 8.0 from 7.5 X-Git-Tag: accepted/tizen/unified/20230601.162959^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6922482b0480fc14c56eeb57c4d01f181437615;p=platform%2Fcore%2Fapi%2Fbluetooth.git Change the platform version to 8.0 from 7.5 Change-Id: Id075326ec42159023977c0a0c0985d7079fa182e Signed-off-by: Wootak Jung --- diff --git a/include/bluetooth_internal.h b/include/bluetooth_internal.h index e1bba9e..5009f02 100644 --- a/include/bluetooth_internal.h +++ b/include/bluetooth_internal.h @@ -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 * diff --git a/include/bluetooth_type.h b/include/bluetooth_type.h index 7dd951e..01910c8 100644 --- a/include/bluetooth_type.h +++ b/include/bluetooth_type.h @@ -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; /** diff --git a/include/bluetooth_type_internal.h b/include/bluetooth_type_internal.h index dfa9812..73acced 100644 --- a/include/bluetooth_type_internal.h +++ b/include/bluetooth_type_internal.h @@ -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 */