bluetoothappprofiles/avrcp/remconbeareravrcp/inc/bulkbearer.h
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
    44 private:	// Interface to command handlers, from MRemConCommandInterface
    44 private:	// Interface to command handlers, from MRemConCommandInterface
    45 	void MrcciNewCommand(CAvrcpCommand& aCommand);
    45 	void MrcciNewCommand(CAvrcpCommand& aCommand);
    46 	void MrcciNewCommand(CAvrcpCommand& aCommand,const TRemConClientId& aClientId);
    46 	void MrcciNewCommand(CAvrcpCommand& aCommand,const TRemConClientId& aClientId);
    47 	
    47 	
    48 	TUint MrcciNewTransactionId();
    48 	TUint MrcciNewTransactionId();
       
    49     void MrcciCommandExpired(TUint aTransactionId);
    49 	
    50 	
    50 	TInt MrcbciSetAddressedClient(const TRemConAddress& aAddr, const TRemConClientId& aClient);
    51 	TInt MrcbciSetAddressedClient(const TRemConAddress& aAddr, const TRemConClientId& aClient);
    51 	void MrcbciRemoveAddressing(const TRemConAddress& aAddr);
    52 	void MrcbciRemoveAddressing(const TRemConAddress& aAddr);
    52 
    53 
    53 private: // Interface to router, from MAvrcpBearer
    54 private: // Interface to router, from MAvrcpBearer