bluetoothappprofiles/avrcp/remconbeareravrcp/inc/controlbearer.h
branchRCL_3
changeset 14 2f88a7d66f50
parent 6 6a29d5ad0713
child 22 613943a21004
equal deleted inserted replaced
12:b23265fb36da 14:2f88a7d66f50
    60 	
    60 	
    61 	TUint MrcciNewTransactionId();
    61 	TUint MrcciNewTransactionId();
    62     void MrcciCommandExpired(TUint aTransactionId);
    62     void MrcciCommandExpired(TUint aTransactionId);
    63     
    63     
    64 	void MrccciSetAddressedClient(const TRemConClientId& aClient);
    64 	void MrccciSetAddressedClient(const TRemConClientId& aClient);
       
    65 	void MrccciRegisterForLocalAddressedClientUpdates();
       
    66 	void MrccciUnregisterForLocalAddressedClientUpdates();
    65 
    67 
    66 private: // MRemConBearerInterfaceV3 functions called from RemCon
    68 private: // MRemConBearerInterfaceV3 functions called from RemCon
    67 	virtual TInt GetResponse(TUid& aInterfaceUid, 
    69 	virtual TInt GetResponse(TUid& aInterfaceUid, 
    68 		TUint& aId, 
    70 		TUint& aId, 
    69 		TUint& aOperationId, 
    71 		TUint& aOperationId, 
   182 	MIncomingCommandHandler*	iInternalHandler;
   184 	MIncomingCommandHandler*	iInternalHandler;
   183 	
   185 	
   184 	CAvrcpBulkBearer*			iBulkBearer;
   186 	CAvrcpBulkBearer*			iBulkBearer;
   185 	
   187 	
   186 	RAvctp						iAvctp;
   188 	RAvctp						iAvctp;
       
   189 	
       
   190 	TInt						iRemotesInterestedInLocalAddressedClient;
   187 	};
   191 	};
   188 
   192 
   189 #endif //CONTROLBEARER_H
   193 #endif //CONTROLBEARER_H