equal
deleted
inserted
replaced
31 NONSHARABLE_CLASS(CDirectChannel) : public CTransportChannel |
31 NONSHARABLE_CLASS(CDirectChannel) : public CTransportChannel |
32 { |
32 { |
33 public: |
33 public: |
34 static CDirectChannel* NewL(CAvdtpProtocol& aProtocol, |
34 static CDirectChannel* NewL(CAvdtpProtocol& aProtocol, |
35 const TBTDevAddr& aRemoteDevice); |
35 const TBTDevAddr& aRemoteDevice); |
|
36 ~CDirectChannel(); |
|
37 |
36 //from base |
38 //from base |
37 // can just forward down to L2CAP... |
39 // can just forward down to L2CAP... |
38 |
40 |
39 virtual void DetachTransportSession(CUserPlaneTransportSession& aSession, TAvdtpTransportSessionType aType); |
41 virtual void DetachTransportSession(CUserPlaneTransportSession& aSession, TAvdtpTransportSessionType aType); |
40 virtual TInt AttachTransportSession(CUserPlaneTransportSession& aSession, TAvdtpTransportSessionType aType, TL2CapConfig::TChannelPriority aPriority = TL2CapConfig::ELow); |
42 virtual TInt AttachTransportSession(CUserPlaneTransportSession& aSession, TAvdtpTransportSessionType aType, TL2CapConfig::TChannelPriority aPriority = TL2CapConfig::ELow); |