Modify the section name for BT 5.0 API 74/188774/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 10 Sep 2018 07:18:31 +0000 (16:18 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 10 Sep 2018 07:18:31 +0000 (16:18 +0900)
Change-Id: I4f93087e6feeadc0b211ed78a1cf2f661d73def5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
doc/bluetooth_doc.h
include/bluetooth.h

index 12e3be6..7a48455 100644 (file)
  */
 
 /**
- * @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 <bluetooth.h>
  *
- * @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
index 35e8f4b..813bf93 100644 (file)
@@ -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
  *