bluetooth/btstack/avdtp/avdtpMediaSession.h
changeset 51 20ac952a623c
parent 0 29b1cd4cb562
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
    32 NONSHARABLE_CLASS(CMediaSession) : public CUserPlaneTransportSession
    32 NONSHARABLE_CLASS(CMediaSession) : public CUserPlaneTransportSession
    33 	{
    33 	{
    34 public:
    34 public:
    35 	static CMediaSession* NewLC(CAvdtpProtocol& aProtocol, CAvdtpSAP& aSAP, CAVStream& aStream);
    35 	static CMediaSession* NewLC(CAvdtpProtocol& aProtocol, CAvdtpSAP& aSAP, CAVStream& aStream);
    36 	static CMediaSession* NewL(CAvdtpProtocol& aProtocol, CAvdtpSAP& aSAP, CAVStream& aStream);
    36 	static CMediaSession* NewL(CAvdtpProtocol& aProtocol, CAvdtpSAP& aSAP, CAVStream& aStream);
       
    37 	~CMediaSession();
    37 
    38 
    38 	virtual TInt GetOption(TUint aLevel, TUint aName, TDes8& aOption) const;
    39 	virtual TInt GetOption(TUint aLevel, TUint aName, TDes8& aOption) const;
    39 	virtual void Ioctl(TUint aLevel, TUint aName,  const TDesC8* aOption);
    40 	virtual void Ioctl(TUint aLevel, TUint aName,  const TDesC8* aOption);
    40 	virtual TInt Send(RMBufChain& aData, TUint aOptions, TSockAddr* aAddr);
    41 	virtual TInt Send(RMBufChain& aData, TUint aOptions, TSockAddr* aAddr);
    41 	virtual void CanSend();
    42 	virtual void CanSend();