summaryrefslogtreecommitdiff
path: root/inc/FNetBtBluetoothHealth.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/FNetBtBluetoothHealth.h')
-rwxr-xr-xinc/FNetBtBluetoothHealth.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/inc/FNetBtBluetoothHealth.h b/inc/FNetBtBluetoothHealth.h
index 4c6002c..56cb47b 100755
--- a/inc/FNetBtBluetoothHealth.h
+++ b/inc/FNetBtBluetoothHealth.h
@@ -80,13 +80,17 @@ public:
* Constructs an instance of %BluetoothHealth with the specified listener.
*
* @since 2.0
+ * @feature %http://tizen.org/feature/network.bluetooth
*
* @return An error code
* @param[in] listener The event listener for the %BluetoothHealth. @n
* The specified listener must be allocated at heap, not stack.
* @exception E_SUCCESS The method is successful.
* @exception E_OUT_OF_MEMORY The memory is insufficient.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the %Bluetooth feature.
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature.
+ * For more information, see
+ * <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
+ * Application Filtering</a>.
* @exception E_OPERATION_FAILED The method has failed.
*/
result Construct(IBluetoothHealthEventListener& listener);
@@ -210,14 +214,12 @@ public:
private:
//
- // The implementation of this copy constructor is intentionally blank and declared as private to prohibit copying
- // of objects.
+ // The implementation of this copy constructor is intentionally blank to prohibit copying of objects.
//
BluetoothHealth(const BluetoothHealth& value);
//
- // The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit
- // copying of objects.
+ // The implementation of this copy assignment operator is intentionally blank to prohibit copying of objects.
//
BluetoothHealth& operator =(const BluetoothHealth& rhs);