bluetoothappprofiles/avrcp/remconbeareravrcp/src/remconbeareravrcp.cpp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   696 		}
   696 		}
   697 	
   697 	
   698 	return iPlayerInfoManager->SetLocalAddressedClient(aId);
   698 	return iPlayerInfoManager->SetLocalAddressedClient(aId);
   699 	}
   699 	}
   700 
   700 
   701 void CRemConBearerAvrcp::TargetFeaturesUpdated(const TRemConClientId& aId, TPlayerType aPlayerType, TPlayerSubType aPlayerSubType, const TDesC8& aName)
       
   702     {
       
   703     LOG_FUNC
       
   704     
       
   705     if (!iConstructionComplete)
       
   706         {
       
   707         // Object only partially constructed, swallow the request
       
   708         return;
       
   709         }
       
   710     
       
   711     iPlayerInfoManager->TargetFeaturesUpdated(aId, aPlayerType, aPlayerSubType, aName);
       
   712     }
       
   713 
       
   714 void CRemConBearerAvrcp::ControllerFeaturesUpdated(RArray<TUid>& aSupportedInterfaces)
   701 void CRemConBearerAvrcp::ControllerFeaturesUpdated(RArray<TUid>& aSupportedInterfaces)
   715 	{
   702 	{
   716 	LOG_FUNC
   703 	LOG_FUNC
   717 	
   704 	
   718 	if(!iConstructionComplete)
   705 	if(!iConstructionComplete)