diff -r 10183c6d2913 -r 015fa7494bd2 bluetooth/btstack/linkmgr/hcifacade_commands.cpp --- a/bluetooth/btstack/linkmgr/hcifacade_commands.cpp Wed Sep 15 13:27:26 2010 +0300 +++ b/bluetooth/btstack/linkmgr/hcifacade_commands.cpp Wed Oct 13 15:48:34 2010 +0300 @@ -559,7 +559,7 @@ for (TInt count = 0; count < aNumCurrentIAC; count++) { - iacLap.AppendL(aIAC_LAP[count]); + iacLap.Append(aIAC_LAP[count]); } CWriteCurrentIACLAPCommand* cmd = CWriteCurrentIACLAPCommand::NewL(aNumCurrentIAC, iacLap);