From a8e5b3f60a3f925edf0cb8edb24f3c0a4b92797d Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Tue, 31 May 2016 16:59:44 +0900 Subject: [PATCH] Add CAPI_NETWORK_BLUETOOTH_GATT_SERVER_MODULE group Change-Id: Id809c5d6526139d00168752227d4687034b9b5ff Signed-off-by: Hyuk Lee --- doc/bluetooth_doc.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/bluetooth_doc.h b/doc/bluetooth_doc.h index 88b6316..695245c 100644 --- a/doc/bluetooth_doc.h +++ b/doc/bluetooth_doc.h @@ -733,6 +733,33 @@ * */ + /** + * @defgroup CAPI_NETWORK_BLUETOOTH_GATT_SERVER_MODULE Bluetooth GATT Server + * @brief Bluetooth GATT(Generic Attribute Profile) API provides functions for modifying attributes and registering services, characteristics and descriptors. + * @ingroup CAPI_NETWORK_BLUETOOTH_MODULE + * + * @section CAPI_NETWORK_BLUETOOTH_GATT_MODULE_HEADER Required Header + * \#include + * + * @section CAPI_NETWORK_BLUETOOTH_GATT_SERVER_MODULE_OVERVIEW Overview + * Two roles are defined for devices that implement GATT. + * The @a Server is the device that accepts incoming commands and requests from a client and sends responses, indications and notifications to the client. + * The @a Client is the device that initiates commands and requests towards a server and can receive responses, indications and notifications sent by the server. + * + * @section CAPI_NETWORK_BLUETOOTH_GATT_SERVER_MODULE_FEATURE Related Features + * This API is related with the following features:\n + * - http://tizen.org/feature/network.bluetooth.le\n + * + * It is recommended to create an application with regard to features, to increase reliability.\n + * + * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n + * + * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n + * + * More details on featuring your application can be found from Feature Element. + * + */ + /** * @if WEARABLE * @defgroup CAPI_NETWORK_BLUETOOTH_PBAP_MODULE Bluetooth PBAP -- 2.7.4