summaryrefslogtreecommitdiff
path: root/inc/FNetBtBluetoothManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/FNetBtBluetoothManager.h')
-rwxr-xr-xinc/FNetBtBluetoothManager.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/inc/FNetBtBluetoothManager.h b/inc/FNetBtBluetoothManager.h
index bb54292..eadec09 100755
--- a/inc/FNetBtBluetoothManager.h
+++ b/inc/FNetBtBluetoothManager.h
@@ -90,7 +90,7 @@ public:
* @exception E_OUT_OF_MEMORY The memory is insufficient.
* @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”>
+ * <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()
@@ -231,7 +231,7 @@ public:
* @endif
* @since 2.0
* @if OSPCOMPAT
- * @compatibility This method has compatibility issues@n
+ * @compatibility This method has compatibility issues. @n
* For more information, see @ref BluetoothManagerGetDiscoverableModePage "here".
*
* @endif
@@ -262,12 +262,13 @@ public:
/**
* Gets the remaining time, in seconds, until the discoverable mode is changed from
* ::BT_DISC_MODE_TIME_LIMITED_DISCOVERABLE to be ::BT_DISC_MODE_NOT_DISCOVERABLE. @n
- * This method is valid only if the current discoverable mode is @c BT_DISC_MODE_TIME_LIMITED_DISCOVERABLE.
+ * The %GetRemainingTimeAsDiscoverable() method is valid only if the current discoverable mode is @c
+ * BT_DISC_MODE_TIME_LIMITED_DISCOVERABLE.
*
* @since 2.0
*
- * @return The remaining time, in seconds, until the local device to be not discoverable. @n
- * @c 0 will be returned if the current discoverable mode is not @c BT_DISC_MODE_TIME_LIMITED_DISCOVERABLE.
+ * @return The remaining time, in seconds, until the local device is not discoverable @n
+ * @c 0 is returned if the current discoverable mode is not ::BT_DISC_MODE_TIME_LIMITED_DISCOVERABLE.
*/
int GetRemainingTimeAsDiscoverable(void) const;
@@ -282,7 +283,7 @@ public:
bool IsDiscoveryInProgress(void) const;
/**
- * Sets the name of the local device. @n
+ * Sets a name of the local device. @n
* The searching device detects the local devices in close proximity based on the specified device name, and the
* name is only valid while an application is active.
*
@@ -291,7 +292,7 @@ public:
* @privilege %http://tizen.org/privilege/bluetooth.admin
*
* @return An error code
- * @param[in] deviceName The new device name. @n
+ * @param[in] deviceName The new device name @n
* The specified device name is automatically truncated if its size is greater
* than @c 64 bytes.
* @exception E_SUCCESS The method is successful.
@@ -311,7 +312,7 @@ public:
*
* @return An error code
* @param[in] mode The new discoverable mode
- * @param[in] seconds The duration in seconds for which the local device is discoverable. @n
+ * @param[in] seconds The duration in seconds for which the local device is discoverable @n
* The specified duration is adopted only if the specified @c mode is
* @c BT_DISC_MODE_TIME_LIMITED_DISCOVERABLE.
* @exception E_SUCCESS The method is successful.
@@ -563,10 +564,10 @@ public:
result CancelPair(void);
/**
- * Unpairs with the paired device. @n
- * The process of unpairing is to remove the specified device from the paired device list. No notification is
+ * Unpairs with a paired device. @n
+ * The process of unpairing is to remove a specified device from the paired device list. No notification is
* transmitted to the remote device. @n
- * This method is synchronous. Only when the result of this method is @c E_SUCCESS, the unpaired event is fired.
+ * The %Unpair() method is synchronous. Only when the result of this method is @c E_SUCCESS, the unpaired event is fired.
*
* @since 2.0
* @privlevel public
@@ -591,6 +592,7 @@ private:
// The implementation of this copy constructor is intentionally blank to prohibit copying of objects.
//
BluetoothManager(const BluetoothManager& value);
+
//
// The implementation of this copy assignment operator is intentionally blank to prohibit copying of objects.
//