bluetoothmgmt/bluetoothclientlib/avlib/avdtpTypes.cpp
branchRCL_3
changeset 24 e9b924a62a66
parent 23 5b153be919d4
equal deleted inserted replaced
23:5b153be919d4 24:e9b924a62a66
    35 const TInt KAVDTPPortSEIDMask		=0x3f;
    35 const TInt KAVDTPPortSEIDMask		=0x3f;
    36 
    36 
    37 // const TInt KMinMediaCodecLOSC = 2; // mediatype, codectype - see figure8-50 AVDTP
    37 // const TInt KMinMediaCodecLOSC = 2; // mediatype, codectype - see figure8-50 AVDTP
    38 // const TInt KMinContentProtectionLOSC = 2; // protectiontype
    38 // const TInt KMinContentProtectionLOSC = 2; // protectiontype
    39 
    39 
    40 static const TUint KAvdtpSockAddrLocalMask = static_cast<TUint>(1U<<31U);
    40 static const TUint KAvdtpSockAddrLocalMask = static_cast<TUint>(1<<31);
    41 
    41 
    42 /**
    42 /**
    43 Default constructor using 0 as the parameter for setPort()
    43 Default constructor using 0 as the parameter for setPort()
    44 @publishedPartner
    44 @publishedPartner
    45 @released
    45 @released