diff -r 4e80e1b997a8 -r 9d84592f5036 bluetooth/btstack/linkmgr/hcifacade_commands.cpp --- a/bluetooth/btstack/linkmgr/hcifacade_commands.cpp Mon Jul 12 07:03:47 2010 +0300 +++ b/bluetooth/btstack/linkmgr/hcifacade_commands.cpp Mon Jul 12 07:06:31 2010 +0300 @@ -559,7 +559,7 @@ for (TInt count = 0; count < aNumCurrentIAC; count++) { - iacLap.Append(aIAC_LAP[count]); + iacLap.AppendL(aIAC_LAP[count]); } CWriteCurrentIACLAPCommand* cmd = CWriteCurrentIACLAPCommand::NewL(aNumCurrentIAC, iacLap);