bluetooth/btstack/eirman/eirmanager.h
branchRCL_3
changeset 17 32ba20339036
parent 0 29b1cd4cb562
equal deleted inserted replaced
16:9f17f914e828 17:32ba20339036
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 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".
    87 	static CEirManager* NewL(MHCICommandQueue& aCommandQueue, CLinkMgrProtocol& aLinkMgrProtocol);
    87 	static CEirManager* NewL(MHCICommandQueue& aCommandQueue, CLinkMgrProtocol& aLinkMgrProtocol);
    88 	~CEirManager();
    88 	~CEirManager();
    89 
    89 
    90 	TInt RegisterTag(TEirTag aTag, MEirManagerNotifiee& aNotifiee);
    90 	TInt RegisterTag(TEirTag aTag, MEirManagerNotifiee& aNotifiee);
    91 	void DeregisterTag(TEirTag aTag);
    91 	void DeregisterTag(TEirTag aTag);
    92 	TInt SetData(TEirTag aTag, TDesC8& aData, TEirDataMode aEirDataMode);
    92 	TInt SetData(TEirTag aTag, const TDesC8& aData, TEirDataMode aEirDataMode);
    93 	
    93 	
    94 	// from MHCICommandQueueClient
    94 	// from MHCICommandQueueClient
    95 	void MhcqcCommandEventReceived(const THCIEventBase& aEvent, const CHCICommandBase* aRelatedCommand);
    95 	void MhcqcCommandEventReceived(const THCIEventBase& aEvent, const CHCICommandBase* aRelatedCommand);
    96 	void MhcqcCommandErrored(TInt aErrorCode, const CHCICommandBase* aCommand);
    96 	void MhcqcCommandErrored(TInt aErrorCode, const CHCICommandBase* aCommand);
    97 	
    97