diff options
-rwxr-xr-x | inc/FNetBtIBluetoothOppServerEventListener.h | 5 |
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 |