bluetoothengine/btsac/inc/btsacStateConfiguring.h
changeset 1 6a1fe72036e3
parent 0 f63038272f30
equal deleted inserted replaced
0:f63038272f30 1:6a1fe72036e3
    79     void GAVDP_BearerReady(RSocket aSocket, const TAvdtpSockAddr& aAddress);
    79     void GAVDP_BearerReady(RSocket aSocket, const TAvdtpSockAddr& aAddress);
    80 	TInt GAVDP_ConfigurationIndication(TAvdtpServiceCapability* aCapability);
    80 	TInt GAVDP_ConfigurationIndication(TAvdtpServiceCapability* aCapability);
    81 	TInt GAVDP_ConfigurationEndIndication();
    81 	TInt GAVDP_ConfigurationEndIndication();
    82 	TInt GAVDP_StartIndication(TSEID aLocalSEID);
    82 	TInt GAVDP_StartIndication(TSEID aLocalSEID);
    83 	
    83 	
    84 	void CancelActionL(TInt aError, TBTSACGavdpResetReason aGavdpReset);
    84 	void CancelActionL(TInt aError);
    85 	void HandleGavdpErrorL(TInt aError);
    85 	void HandleGavdpErrorL(TInt aError);
    86 
    86 
    87 private:    
    87 private:    
    88 
    88 
    89     CBtsacConfiguring(CBTSAController& aParent, TSEID aLocalSEID, TSEID aRemoteSEID);
    89     CBtsacConfiguring(CBTSAController& aParent, TSEID aLocalSEID, TSEID aRemoteSEID);