summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEunyoung(Erin) Choi <choiey@samsung.com>2013-03-21 17:37:56 +0900
committerGerrit Code Review <gerrit2@kim11>2013-03-21 17:37:56 +0900
commite5cefab7c3cd4330c8f24f5e196a704b6aa9bfb5 (patch)
tree5f7bc3b670090ed37556078607174f968a2b8a64
parent33c620fed9afb64469b80ff69e46f53df7ffbc23 (diff)
parent67f74215b8ed53d1df35ff9f759ae29bfa2b9b18 (diff)
downloadbluetooth-e5cefab7c3cd4330c8f24f5e196a704b6aa9bfb5.tar.gz
bluetooth-e5cefab7c3cd4330c8f24f5e196a704b6aa9bfb5.tar.bz2
bluetooth-e5cefab7c3cd4330c8f24f5e196a704b6aa9bfb5.zip
Merge "add % before the privilege tag not to link to the linkage page" into tizen_2.1
-rwxr-xr-xinc/FNetBtBluetoothHealth.h10
-rwxr-xr-xinc/FNetBtBluetoothManager.h20
-rwxr-xr-xinc/FNetBtBluetoothOppClient.h4
-rwxr-xr-xinc/FNetBtBluetoothOppServer.h10
-rwxr-xr-xinc/FNetBtBluetoothSppAcceptor.h14
-rwxr-xr-xinc/FNetBtBluetoothSppInitiator.h8
6 files changed, 33 insertions, 33 deletions
diff --git a/inc/FNetBtBluetoothHealth.h b/inc/FNetBtBluetoothHealth.h
index 5b7fd26..4c6002c 100755
--- a/inc/FNetBtBluetoothHealth.h
+++ b/inc/FNetBtBluetoothHealth.h
@@ -99,7 +99,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.health
+ * @privilege %http://tizen.org/privilege/bluetooth.health
*
* @return An error code
* @param[in] dataType The type of data used in communication which is defined in ISO/IEEE
@@ -124,7 +124,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.health
+ * @privilege %http://tizen.org/privilege/bluetooth.health
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -143,7 +143,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.health
+ * @privilege %http://tizen.org/privilege/bluetooth.health
*
* @return An error code
* @param[in] remoteDevice The remote device to connect
@@ -168,7 +168,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.health
+ * @privilege %http://tizen.org/privilege/bluetooth.health
*
* @return An error code
* @param[in] channelId The ID of the specified channel to disconnect. @n
@@ -189,7 +189,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.health
+ * @privilege %http://tizen.org/privilege/bluetooth.health
*
* @return An error code
* @param[in] channelId The ID of the specified channel on which the data is sent. @n
diff --git a/inc/FNetBtBluetoothManager.h b/inc/FNetBtBluetoothManager.h
index 631dab0..dd7fe99 100755
--- a/inc/FNetBtBluetoothManager.h
+++ b/inc/FNetBtBluetoothManager.h
@@ -97,7 +97,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.admin
+ * @privilege %http://tizen.org/privilege/bluetooth.admin
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -117,7 +117,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.admin
+ * @privilege %http://tizen.org/privilege/bluetooth.admin
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -282,7 +282,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.admin
+ * @privilege %http://tizen.org/privilege/bluetooth.admin
*
* @return An error code
* @param[in] deviceName The new device name. @n
@@ -301,7 +301,7 @@ public:
*
* @since 2.0
* @privlevel platform
- * @privilege http://tizen.org/privilege/bluetoothmanager
+ * @privilege %http://tizen.org/privilege/bluetoothmanager
*
* @return An error code
* @param[in] mode The new discoverable mode
@@ -459,7 +459,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.gap
+ * @privilege %http://tizen.org/privilege/bluetooth.gap
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -479,7 +479,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.gap
+ * @privilege %http://tizen.org/privilege/bluetooth.gap
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -498,7 +498,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.gap
+ * @privilege %http://tizen.org/privilege/bluetooth.gap
*
* @return An error code
* @param[in] pairedDevice A remote device that is already paired with the local device
@@ -520,7 +520,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.gap
+ * @privilege %http://tizen.org/privilege/bluetooth.gap
*
* @return An error code
* @param[in] remoteDevice The remote %Bluetooth device to pair with
@@ -541,7 +541,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.gap
+ * @privilege %http://tizen.org/privilege/bluetooth.gap
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -564,7 +564,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.gap
+ * @privilege %http://tizen.org/privilege/bluetooth.gap
*
* @return An error code
* @param[in] pairedDevice The paired device to unpair
diff --git a/inc/FNetBtBluetoothOppClient.h b/inc/FNetBtBluetoothOppClient.h
index 52091e0..23f9e44 100755
--- a/inc/FNetBtBluetoothOppClient.h
+++ b/inc/FNetBtBluetoothOppClient.h
@@ -99,7 +99,7 @@ public:
* For more information, see @ref CompIoPathPage "here".
* @endif
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.opp
+ * @privilege %http://tizen.org/privilege/bluetooth.opp
*
* @return An error code
* @param[in] remoteDevice The remote OPP server
@@ -129,7 +129,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.opp
+ * @privilege %http://tizen.org/privilege/bluetooth.opp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
diff --git a/inc/FNetBtBluetoothOppServer.h b/inc/FNetBtBluetoothOppServer.h
index c3ff2d0..78c524f 100755
--- a/inc/FNetBtBluetoothOppServer.h
+++ b/inc/FNetBtBluetoothOppServer.h
@@ -91,7 +91,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.opp
+ * @privilege %http://tizen.org/privilege/bluetooth.opp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -113,7 +113,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.opp
+ * @privilege %http://tizen.org/privilege/bluetooth.opp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -165,7 +165,7 @@ public:
* For more information, see @ref CompIoPathPage "here".
* @endif
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.opp
+ * @privilege %http://tizen.org/privilege/bluetooth.opp
*
* @return An error code
* @param[in] dstPath The new destination file path
@@ -189,7 +189,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.opp
+ * @privilege %http://tizen.org/privilege/bluetooth.opp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -211,7 +211,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.opp
+ * @privilege %http://tizen.org/privilege/bluetooth.opp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
diff --git a/inc/FNetBtBluetoothSppAcceptor.h b/inc/FNetBtBluetoothSppAcceptor.h
index 82606d2..943ec96 100755
--- a/inc/FNetBtBluetoothSppAcceptor.h
+++ b/inc/FNetBtBluetoothSppAcceptor.h
@@ -92,7 +92,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -114,7 +114,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -136,7 +136,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -156,7 +156,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @param[in] serviceUuid The UUID of SPP service
@@ -179,7 +179,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -199,7 +199,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -222,7 +222,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @param[in] buffer The data to send. @n
diff --git a/inc/FNetBtBluetoothSppInitiator.h b/inc/FNetBtBluetoothSppInitiator.h
index 8f59e75..6f51128 100755
--- a/inc/FNetBtBluetoothSppInitiator.h
+++ b/inc/FNetBtBluetoothSppInitiator.h
@@ -93,7 +93,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @param[in] remoteDevice The remote device to connect
@@ -120,7 +120,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @param[in] remoteDevice The remote device to connect
@@ -152,7 +152,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @exception E_SUCCESS The method is successful.
@@ -174,7 +174,7 @@ public:
*
* @since 2.0
* @privlevel public
- * @privilege http://tizen.org/privilege/bluetooth.spp
+ * @privilege %http://tizen.org/privilege/bluetooth.spp
*
* @return An error code
* @param[in] buffer The data to send. @n