bluetooth/btstack/avdtp/avdtpDirectChannel.h
changeset 51 20ac952a623c
parent 34 9d84592f5036
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
    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);