bluetoothappprofiles/avrcp/remconbeareravrcp/src/controlcommand.cpp
branchRCL_3
changeset 11 a42ed326b458
parent 0 f63038272f30
equal deleted inserted replaced
10:0707dd69d236 11:a42ed326b458
   606 	AVC::TCType cType = iFrame->Type();
   606 	AVC::TCType cType = iFrame->Type();
   607 	switch(aErr)
   607 	switch(aErr)
   608 		{
   608 		{
   609 		case KErrNone:
   609 		case KErrNone:
   610 		case KErrCompletion:
   610 		case KErrCompletion:
       
   611 		case KErrAvrcpHandledInternallyRespondNow:
   611 			if (cType == AVC::EControl)
   612 			if (cType == AVC::EControl)
   612 				{
   613 				{
   613 				iFrame->SetType(AVC::EAccepted);
   614 				iFrame->SetType(AVC::EAccepted);
   614 				}
   615 				}
   615 			else if (cType == AVC::ENotify)
   616 			else if (cType == AVC::ENotify)