const TLitC< sizeof(L"AVDTP")/2 > | KAVDTPProtocolName | [static] |
const TInt | KErrAvdtpBaseError |
Error Code: -18000. Indicates the start of the error range for AVDTP and the AV profiles that sit above it.
The error range this encompasses: -18000 to -18300 (inclusive).
const TInt | KErrAvdtpNotBound |
Error Code: -18001. Error raised when the AVDTP is started without having been bound to a lower layer protocol which provides the Service Access Points.
const TInt | KErrAvdtpAlreadyBound |
Error Code: -18002. Error raised when trying to bind the AVDTP to a lower layer protocol when it is already bound to one.
const TInt | KErrAvdtpPacketPoolBalk |
Error Code: -18003. Error raised when trying to add a packet to a full packetpool.
const TInt | KErrAvdtpRequestTimeout |
Error Code: -18005. The Acceptor did not respond to the AVDTP signalling message within the period of the protocol's timeout.
const TInt | KErrAvdtpInvalidStateForReconfigure |
Error Code: -18007. Error raised when trying to reconfigure the application service parameters of an AV stream if either device is not in an OPEN state as defined in the GAVDP specification. So the error is raised when not in the Ready state.
const TInt | KErrAvdtpSignallingErrorBase |
Constant: -18045. Indicates the start of the error range for AV signalling. Errors from -18000 to -18044 (inclusive) are "locally-originated" errors that are not sent over the air and return from the AVDTP layer with an output parameter to the application rather than causing an error event.
Errors from -18045 to -18300 (inclusive) are "on-air" errors that are returned from the AVDTP or application layers on the peer device, resulting in error events.
const TInt | KMaxAvdtpSecurityControlInfo |
This constant has been deprecated in favour of RGavdp::MaxSecurityControlLength().
Note however that you should call this function each time you wish to use this value rather than storing copy because the actual value is subject to change.
typedef TBuf8< KMaxAvdtpSecurityControlInfo > | TAvdtpSecurityControlInfo |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.