summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordukan.kim <dukan.kim@samsung.com>2013-04-19 20:26:04 +0900
committerdukan.kim <dukan.kim@samsung.com>2013-04-19 20:26:04 +0900
commit52dd9c74aa993165bd277476c124a5969a53e953 (patch)
treea69073860c7cfb776e67d59562e217a9942a6726
parent18e80e00d53e90fc58cacf1c7b15d23b1be1130d (diff)
downloadbluetooth-52dd9c74aa993165bd277476c124a5969a53e953.tar.gz
bluetooth-52dd9c74aa993165bd277476c124a5969a53e953.tar.bz2
bluetooth-52dd9c74aa993165bd277476c124a5969a53e953.zip
Fixed the description for existing filename when OPP transfering.
Change-Id: I8e169314fdaa4417af71dc259591a2bf99efc21c Signed-off-by: dukan.kim <dukan.kim@samsung.com>
-rwxr-xr-xinc/FNetBtIBluetoothOppServerEventListener.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/inc/FNetBtIBluetoothOppServerEventListener.h b/inc/FNetBtIBluetoothOppServerEventListener.h
index e921680..e9e051b 100755
--- a/inc/FNetBtIBluetoothOppServerEventListener.h
+++ b/inc/FNetBtIBluetoothOppServerEventListener.h
@@ -84,10 +84,7 @@ public:
*
* @param[in] fileName The name of the file to transfer @n
* If the name of the received file already exists in the destination path, the
- * received file is renamed automatically and @c isCompleted is set to @c true.
- * For renaming, the specified postfix is appended to the original file name. The
- * postfix consists of an underscore and three digit sequence numbers starting from
- * 001. For example, "MySong.mp3" may be changed to "MySong_001.mp3".
+ * original file is overwritten and @c isCompleted is set to @c true.
* @param[in] fileSize The size of the file to transfer
* @param[in] isCompleted Set to @c true if the transfer is successfully completed, @n
* else @c false