summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2016-04-19 11:10:35 +0900
committerPyun DoHyun <dh79.pyun@samsung.com>2016-05-27 00:12:30 -0700
commitc6c66192237670dfddb48072aa7c12431bf4b8ed (patch)
tree97a99ccb971740804eec3f37a96a122ae11bf812
parent136c27079d47b56e82154c4bbd7c735593c63b52 (diff)
downloadbluetooth-c6c66192237670dfddb48072aa7c12431bf4b8ed.tar.gz
bluetooth-c6c66192237670dfddb48072aa7c12431bf4b8ed.tar.bz2
bluetooth-c6c66192237670dfddb48072aa7c12431bf4b8ed.zip
Add CAPI_NETWORK_BLUETOOTH_PBAP_MODULE groupsubmit/tizen/20160530.005331accepted/tizen/common/20160530.131907
This module is for PBAP client APIs Change-Id: If2bed87e956f3bd0da02a6bbdbd34f8ec25c4d6f Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--doc/bluetooth_doc.h30
1 files changed, 30 insertions, 0 deletions
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 <bluetooth.h>
+ *
+ * @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 <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ *
+ * @endif
+ *
+ */
+
#endif /* __TIZEN_NETWORK_BLUETOOTH_DOC_H__ */