bluetooth/btstack/linkmgr/hcifacade_commands.cpp
branchRCL_3
changeset 22 786b94c6f0a4
parent 16 9f17f914e828
equal deleted inserted replaced
21:14e240312f6f 22:786b94c6f0a4
   557 	{
   557 	{
   558 	RArray<TUint32> iacLap;
   558 	RArray<TUint32> iacLap;
   559 	
   559 	
   560 	for (TInt count = 0; count < aNumCurrentIAC; count++)
   560 	for (TInt count = 0; count < aNumCurrentIAC; count++)
   561 		{
   561 		{
   562 		iacLap.Append(aIAC_LAP[count]);
   562 		iacLap.AppendL(aIAC_LAP[count]);
   563 		}
   563 		}
   564 		
   564 		
   565 	CWriteCurrentIACLAPCommand* cmd = CWriteCurrentIACLAPCommand::NewL(aNumCurrentIAC, iacLap);
   565 	CWriteCurrentIACLAPCommand* cmd = CWriteCurrentIACLAPCommand::NewL(aNumCurrentIAC, iacLap);
   566 
   566 
   567 	// Ownership of cmd transfered even if MhcqAddCommandL leaves
   567 	// Ownership of cmd transfered even if MhcqAddCommandL leaves