bluetoothappprofiles/avrcp/remconbeareravrcp/src/remconbeareravrcp.cpp
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
child 20 2f88a7d66f50
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
   856 	{
   856 	{
   857 	LOG_FUNC
   857 	LOG_FUNC
   858 	return Observer().NewTransactionId();
   858 	return Observer().NewTransactionId();
   859 	}
   859 	}
   860 
   860 
       
   861 void CRemConBearerAvrcp::MrcciCommandExpired(TUint aTransactionId)
       
   862     {
       
   863     LOG_FUNC
       
   864     Observer().CommandExpired(aTransactionId);
       
   865     }
       
   866 
   861 void CRemConBearerAvrcp::MrccciSetAddressedClient(const TRemConClientId& aClientId)
   867 void CRemConBearerAvrcp::MrccciSetAddressedClient(const TRemConClientId& aClientId)
   862 	{
   868 	{
   863 	LOG_FUNC
   869 	LOG_FUNC
   864 
       
   865 	Observer().SetRemoteAddressedClient(TUid::Uid(KRemConBearerAvrcpImplementationUid), aClientId);
   870 	Observer().SetRemoteAddressedClient(TUid::Uid(KRemConBearerAvrcpImplementationUid), aClientId);
   866 	}
   871 	}
   867 
   872 
   868 /** Called from outgoing handlers to notify that a response
   873 /** Called from outgoing handlers to notify that a response
   869 for a notify command is ready for RemCon. 
   874 for a notify command is ready for RemCon.