From: DoHyun Pyun Date: Tue, 19 Apr 2016 02:10:35 +0000 (+0900) Subject: Add CAPI_NETWORK_BLUETOOTH_PBAP_MODULE group X-Git-Tag: submit/tizen/20160530.005331^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6c66192237670dfddb48072aa7c12431bf4b8ed;p=platform%2Fcore%2Fapi%2Fbluetooth.git Add CAPI_NETWORK_BLUETOOTH_PBAP_MODULE group This module is for PBAP client APIs Change-Id: If2bed87e956f3bd0da02a6bbdbd34f8ec25c4d6f Signed-off-by: DoHyun Pyun --- diff --git a/doc/bluetooth_doc.h b/doc/bluetooth_doc.h index c77a0ab..88b6316 100644 --- a/doc/bluetooth_doc.h +++ b/doc/bluetooth_doc.h @@ -733,4 +733,34 @@ * */ +/** + * @if WEARABLE + * @defgroup CAPI_NETWORK_BLUETOOTH_PBAP_MODULE Bluetooth PBAP + * @brief Bluetooth PBAP (Phone Book Access Profile) API provides functions for managing connections to a phone book server and retrieving phone book data. + * @ingroup CAPI_NETWORK_BLUETOOTH_MODULE + * + * @section CAPI_NETWORK_BLUETOOTH_PBAP_MODULE_HEADER Required Header + * \#include + * + * @section CAPI_NETWORK_BLUETOOTH_PBAP_MODULE_OVERVIEW Overview + * The PBAP involves two roles, @a Server and @a Client. + * The @a Server is a device that has phone book data. The @a Client is a device that requests the phone book data from the @a Server. + * This API only supports @a Client role. + * + * @section CAPI_NETWORK_BLUETOOTH_PBAP_MODULE_FEATURE Related Features + * This API is related to the following features:\n + * - http://tizen.org/feature/network.bluetooth.phonebook.client\n + * + * It is recommended to use features in your application for reliability.\n + * + * You can check if a device supports features related to this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling your application's actions.\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 using features in your application can be found from Feature Element. + * + * @endif + * + */ + #endif /* __TIZEN_NETWORK_BLUETOOTH_DOC_H__ */