summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rwxr-xr-xinc/FNetBtBluetoothHealth.h2
-rwxr-xr-xinc/FNetBtBluetoothManager.h2
-rwxr-xr-xinc/FNetBtBluetoothOppClient.h2
-rwxr-xr-xinc/FNetBtBluetoothOppServer.h2
-rwxr-xr-xinc/FNetBtBluetoothSppAcceptor.h2
-rwxr-xr-xinc/FNetBtBluetoothSppInitiator.h2
6 files changed, 12 insertions, 0 deletions
diff --git a/inc/FNetBtBluetoothHealth.h b/inc/FNetBtBluetoothHealth.h
index 56cb47b..90196e9 100755
--- a/inc/FNetBtBluetoothHealth.h
+++ b/inc/FNetBtBluetoothHealth.h
@@ -92,6 +92,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_OPERATION_FAILED The method has failed.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothHealthEventListener& listener);
diff --git a/inc/FNetBtBluetoothManager.h b/inc/FNetBtBluetoothManager.h
index 413f2c0..bb54292 100755
--- a/inc/FNetBtBluetoothManager.h
+++ b/inc/FNetBtBluetoothManager.h
@@ -93,6 +93,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothManagerEventListener& listener);
diff --git a/inc/FNetBtBluetoothOppClient.h b/inc/FNetBtBluetoothOppClient.h
index 8f983d0..36cadc0 100755
--- a/inc/FNetBtBluetoothOppClient.h
+++ b/inc/FNetBtBluetoothOppClient.h
@@ -87,6 +87,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothOppClientEventListener& listener);
diff --git a/inc/FNetBtBluetoothOppServer.h b/inc/FNetBtBluetoothOppServer.h
index 1ac2b76..49f7f96 100755
--- a/inc/FNetBtBluetoothOppServer.h
+++ b/inc/FNetBtBluetoothOppServer.h
@@ -86,6 +86,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothOppServerEventListener& listener);
diff --git a/inc/FNetBtBluetoothSppAcceptor.h b/inc/FNetBtBluetoothSppAcceptor.h
index 7c03186..4b437a0 100755
--- a/inc/FNetBtBluetoothSppAcceptor.h
+++ b/inc/FNetBtBluetoothSppAcceptor.h
@@ -87,6 +87,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothSppAcceptorEventListener& listener);
diff --git a/inc/FNetBtBluetoothSppInitiator.h b/inc/FNetBtBluetoothSppInitiator.h
index cbdf378..dd2b8e4 100755
--- a/inc/FNetBtBluetoothSppInitiator.h
+++ b/inc/FNetBtBluetoothSppInitiator.h
@@ -88,6 +88,8 @@ public:
* <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>
* Application Filtering</a>.
* @exception E_SYSTEM A system error has occurred.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue()
+ * methods.
*/
result Construct(IBluetoothSppInitiatorEventListener& listener);