diff -r a42ed326b458 -r b6f55cd40afd bluetoothengine/bteng/src/btengpairman.cpp --- a/bluetoothengine/bteng/src/btengpairman.cpp Mon Mar 15 12:41:15 2010 +0200 +++ b/bluetoothengine/bteng/src/btengpairman.cpp Wed Mar 31 21:51:05 2010 +0300 @@ -412,6 +412,7 @@ TInt CBTEngPairMan::AddUiCookieJustWorksPaired( const TBTNamelessDevice& aDev ) { + TRACE_FUNC_ENTRY TInt err( KErrNone ); // There might be UI cookies used by other applications, // we should not overwrite them. @@ -426,6 +427,7 @@ err = UpdateRegDevice( dev ); TRACE_INFO( ( _L( "[BTENG] CBTEngOtgPair write Ui cookie ret %d"), err ) ); } + TRACE_FUNC_EXIT return err; }