bluetoothmgmt/bluetoothclientlib/avlib/avdtpTypes.cpp
branchRCL_3
changeset 23 5b153be919d4
parent 0 29b1cd4cb562
child 24 e9b924a62a66
equal deleted inserted replaced
22:786b94c6f0a4 23:5b153be919d4
    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>(1<<31);
    40 static const TUint KAvdtpSockAddrLocalMask = static_cast<TUint>(1U<<31U);
    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