TAvdtpSEPInfo Class Reference

class TAvdtpSEPInfo

Constructor & Destructor Documentation

TAvdtpSEPInfo()

IMPORT_CTAvdtpSEPInfo()

Constructor of object returned during Discover phase AVDTP specification, AVDTP_DiscoverRsp

Member Functions Documentation

InUse()

IMPORT_C TBoolInUse()const

Getter for whether the Stream End Point (SEP) is in use

IsSink()

IMPORT_C TBoolIsSink()const

Getter for whether the SEP is sink or source

MediaType()

IMPORT_C SymbianBluetoothAV::TBluetoothMediaTypeMediaType()const

Getter for the SEP mediatype

SEID()

IMPORT_C TSEIDSEID()const

Getter for the SEID

SetInUse(TBool)

IMPORT_C voidSetInUse(TBoolaIsInUse)

Setter for the SEP's inUse flag

Parameters

TBool aIsInUseETrue if in use

SetIsSink(TBool)

IMPORT_C voidSetIsSink(TBoolaIsSink)

Setter for whether the SEP is source or sink

Parameters

TBool aIsSinkETrue if SEP is a sink, else ETrue;

SetMediaType(SymbianBluetoothAV::TBluetoothMediaType)

IMPORT_C voidSetMediaType(SymbianBluetoothAV::TBluetoothMediaTypeaMediaType)

Setter for the SEP mediatype

Parameters

SymbianBluetoothAV::TBluetoothMediaType aMediaTypeMediatype of SEP

SetSEID(TSEID)

IMPORT_C voidSetSEID(TSEIDaSEID)

Setter for the SEID of the Stream End Point (SEP)

Parameters

TSEID aSEIDthe SEID to set

Member Data Documentation

TBool iInUse

TBool iInUse[private]

TBool iIsSink

TBool iIsSink[private]

SymbianBluetoothAV::TBluetoothMediaType iMediaType

SymbianBluetoothAV::TBluetoothMediaType iMediaType[private]

TSEID iSEID

TSEID iSEID[private]