Add the IPSP feature in doc.h 48/118148/3
authorLee Hyuk <hyuk0512.lee@samsung.com>
Thu, 9 Mar 2017 04:21:30 +0000 (13:21 +0900)
committerLee Hyuk <hyuk0512.lee@samsung.com>
Mon, 3 Apr 2017 07:18:23 +0000 (16:18 +0900)
Change-Id: I60a486b77594da4eed4ab9af9699208d4ad8fa1a
Signed-off-by: Lee Hyuk <hyuk0512.lee@samsung.com>
doc/bluetooth_doc.h

index c211c02..a8566f7 100644 (file)
  */
 
 /**
+ * @defgroup CAPI_NETWORK_BLUETOOTH_IPSP_MODULE Bluetooth IPSP
+ * @brief Bluetooth IPSP(Internet Protocol Support Profile) API provides functions for supporting of exchanging IPv6 packets between devices over the BLE transport.
+ * @ingroup CAPI_NETWORK_BLUETOOTH_MODULE
+ *
+ * @section CAPI_NETWORK_BLUETOOTH_IPSP_MODULE_HEADER Required Header
+ *  \#include <bluetooth.h>
+ *
+ * @section CAPI_NETWORK_BLUETOOTH_IPSP_MODULE_OVERVIEW Overview
+ * Two roles are defined for devices that implement IPSP.
+ * The @a Router is used for devices that can route IPv6 packets.
+ * The @a Node is used for devices that can originate or consume IPv6 appllication packets.
+ *
+ * @section CAPI_NETWORK_BLUETOOTH_IPSP_MODULE_FEATURE Related Features
+ * This API is related with the following features:\n
+ *  - http://tizen.org/feature/network.bluetooth.le.ipsp\n
+ *
+ * It is recommended to design feature related codes in your application for 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 <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ *
+ */
+
+/**
  * @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.