Add bluetooth adapter LE 5.0 module in the document 38/186038/6
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 7 Aug 2018 01:45:04 +0000 (10:45 +0900)
committerPyun DoHyun <dh79.pyun@samsung.com>
Fri, 7 Sep 2018 06:41:53 +0000 (06:41 +0000)
Change-Id: I266042713138880eb5bea0b00e35a8c5d59daf7a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
doc/bluetooth_doc.h

index a4085b7..12e3be6 100644 (file)
  */
 
 /**
+ * @defgroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_5.0_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
+ *  \#include <bluetooth.h>
+ *
+ * @section CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_5.0_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
+ * This API is related with the following features:\n
+ *  - http://tizen.org/feature/network.bluetooth\n
+ *  - http://tizen.org/feature/network.bluetooth.le\n
+ *  - http://tizen.org/feature/network.bluetooth.le.5_0\n
+ * It is recommended to design applications with regard to features, for reliability.\n
+ *
+ * You can check if the device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, and control your application's actions accordingly.\n
+ *
+ * To ensure your application is only running on devices with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
+ *
+ * More details on using features in your application can be found in the <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>feature element description</b></a>.
+ *
+ */
+
+
+/**
  * @defgroup CAPI_NETWORK_BLUETOOTH_DEVICE_MODULE Bluetooth Device
  * @brief Bluetooth Device API provides functions for managing bonds with other devices and searching for supported services.
  * @ingroup CAPI_NETWORK_BLUETOOTH_MODULE