From: DoHyun Pyun Date: Mon, 10 Sep 2018 07:18:31 +0000 (+0900) Subject: Modify the section name for BT 5.0 API X-Git-Tag: submit/tizen/20180910.080716^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=893a308ea417ae451f27bdbee44bf98d768f7f01;p=platform%2Fcore%2Fapi%2Fbluetooth.git Modify the section name for BT 5.0 API Change-Id: I4f93087e6feeadc0b211ed78a1cf2f661d73def5 Signed-off-by: DoHyun Pyun --- diff --git a/doc/bluetooth_doc.h b/doc/bluetooth_doc.h index 12e3be6..7a48455 100644 --- a/doc/bluetooth_doc.h +++ b/doc/bluetooth_doc.h @@ -182,17 +182,17 @@ */ /** - * @defgroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_5.0_MODULE Bluetooth LE Adapter for Bluetooth 5.0 + * @defgroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_50_MODULE Bluetooth LE Adapter for Bluetooth 5.0 * @brief Bluetooth LE API provides functions for bluetooth 5.0 functionality such as 2M Phy and Coded Phy * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE * - * @section CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_5.0_MODULE_HEADER Required Header + * @section CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_50_MODULE_HEADER Required Header * \#include * - * @section CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_5.0_MODULE_OVERVIEW Overview + * @section CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_50_MODULE_OVERVIEW Overview * Bluetooth LE API provides functions for bluetooth 5.0 functionality such as 2M Phy and Coded Phy * - * @section CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_5.0_MODULE_FEATURE Related Features + * @section CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_50_MODULE_FEATURE Related Features * This API is related with the following features:\n * - http://tizen.org/feature/network.bluetooth\n * - http://tizen.org/feature/network.bluetooth.le\n diff --git a/include/bluetooth.h b/include/bluetooth.h index 35e8f4b..813bf93 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -5991,7 +5991,7 @@ int bt_adapter_le_scan_filter_unregister(bt_scan_filter_h scan_filter); int bt_adapter_le_scan_filter_unregister_all(void); /** - * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_5.0_MODULE + * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_50_MODULE * @brief Checks if LE 2M PHY feature is supported or not. * @since_tizen 5.0 * @@ -6012,7 +6012,7 @@ int bt_adapter_le_scan_filter_unregister_all(void); int bt_adapter_le_is_2m_phy_supported(bool *is_supported); /** - * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_5.0_MODULE + * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_50_MODULE * @brief Checks if LE CODED PHY feature is supported or not. * @since_tizen 5.0 *