const TSdpAttributeID | KSdpAttrIdServiceRecordHandle | [static] |
Service Record Handle.
const TSdpAttributeID | KSdpAttrIdServiceClassIDList | [static] |
Service ClassID List.
const TSdpAttributeID | KSdpAttrIdServiceRecordState | [static] |
Service Record State.
const TSdpAttributeID | KSdpAttrIdServiceID | [static] |
ServiceID.
const TSdpAttributeID | KSdpAttrIdProtocolDescriptorList | [static] |
Protocol Descriptor List.
const TSdpAttributeID | KSdpAttrIdBrowseGroupList | [static] |
Browse Group List.
const TSdpAttributeID | KSdpAttrIdLanguageBaseAttributeIDList | [static] |
Language Base Attribute ID List.
const TSdpAttributeID | KSdpAttrIdServiceInfoTimeToLive | [static] |
Service Info Time To Live.
const TSdpAttributeID | KSdpAttrIdServiceAvailability | [static] |
Service Availability.
const TSdpAttributeID | KSdpAttrIdBluetoothProfileDescriptorList | [static] |
Bluetooth Profile Descriptor List.
const TSdpAttributeID | KSdpAttrIdDocumentationURL | [static] |
Documentation URL.
const TSdpAttributeID | KSdpAttrIdClientExecutableURL | [static] |
Client Executable URL.
const TSdpAttributeID | KSdpAttrIdAdditionalProtocolDescriptorList | [static] |
Additional protocol descriptor list.
const TSdpAttributeID | KSdpAttrIdSecurityDescription | [static] |
PAN Profile Security enforcement
const TSdpAttributeID | KSdpAttrIdNetAccessType | [static] |
PAN Profile, NAP access type
const TSdpAttributeID | KSdpAttrIdMaxNetAccessRate | [static] |
PAN Profile, NAP maximum throughput of uplink network (octets/second)
const TSdpAttributeID | KSdpAttrIdIPv4Subnet | [static] |
PAN Profile, NAP IPv4 Subnet
const TSdpAttributeID | KSdpAttrIdIPv6Subnet | [static] |
PAN Profile, NAP IPv6 Subnet
const TSdpAttributeID | KSdpAttrIdSupportedCapabilities | [static] |
SupportedCapabilities
const TSdpAttributeID | KSdpAttrIdSupportedFeatures | [static] |
SupportedFeatures
const TSdpAttributeID | KSdpAttrIdSupportedFunctions | [static] |
SupportedFunctions
const TSdpAttributeID | KSdpAttrIdBasePrimaryLanguage | [static] |
Primary Language.
const TSdpAttributeID | KSdpAttrIdCharacterEncodingUTF8 | [static] |
const TInt | KSdpAttrIdOffsetServiceName | [static] |
Service Name.
This is an offset that should be added to the attribute ID base (contained in the LanguageBaseAttributeIDList attribute).
const TInt | KSdpAttrIdOffsetServiceDescription | [static] |
Service Description.
This is an offset that should be added to the attribute ID base (contained in the LanguageBaseAttributeIDList attribute).
const TInt | KSdpAttrIdOffsetProviderName | [static] |
Provider Name.
This is an offset that should be added to the attribute ID base (contained in the LanguageBaseAttributeIDList attribute).
const TSdpAttributeID | KSdpAttrIdSdpServerVersionNumberList | [static] |
Version Number List.
const TSdpAttributeID | KSdpAttrIdSdpServerServiceDatabaseState | [static] |
Service Database State.
const TSdpAttributeID | KSdpAttrIdSdpServerGroupID | [static] |
GroupID.
const TUint32 | KSdpContTestUUID | [static] |
L2CAP UUID used for continuation tests
const TInt | KProtocolDescriptorListUUID | [static] |
Attribute number for the Protocol Descriptor List
const TInt | KBrowseGroupDescriptorServiceClassUUID | [static] |
Browse Group Descriptor Service Class UUID
const TInt | KServiceDiscoveryServerServiceClassUUID | [static] |
Service Discovery Server Service Class UUID
const TInt | KAVRemoteControlTargetUUID | [static] |
Remote control target (service class) UUID
const TInt | KAdvancedAudioDistributionUUID | [static] |
Advanced audio distribution (A2DP) (profile descriptor) UUID
const TInt | KAVRemoteControlUUID | [static] |
Remote control (service class) UUID
const TInt | KAVRemoteControlControllerUUID | [static] |
Remote control controller (service class) UUID
typedef TPckgBuf< TSdpAttributeID > | TSdpAttributeIDPckgBuf |
Typedef for a TSdpAttributeID package buf
typedef TPckgBuf< TSdpServRecordHandle > | TSdpServRecordHandlePckgBuf |
Typedef for a TSdpServRecordHandle package buf
const TInt | KSdpMaxUintSize | [static] |
Max size for an SDP Uint attribute value in bytes
const TInt | KMaxIntSize | [static] |
Max size for an SDP Int attribute value in bytes The new value is KSdpMaxIntSize
const TInt | KSdpMaxIntSize | [static] |
Max size for an SDP Int attribute value in bytes
const TInt | KErrSdpAlreadyBound | [static] |
Cannot bind to specifed sockets protocol, as already bound.
const TInt | KErrSdpClientNotConnected | [static] |
Local device is not connected.
const TInt | KErrSdpUnsupportedVersion | [static] |
Invalid/unsupported SDP version.
const TInt | KErrSdpBadRecordHandle | [static] |
Invalid Service Record Handle.
const TInt | KErrSdpBadContinuationState | [static] |
Invalid Continuation State.
const TInt | KErrSdpServerRejectedRequest | [static] |
SDP server rejected the request.
const TInt | KErrSdpBadRequestBufferLength | [static] |
Request buffer was ill-formed.
const TInt | KErrSdpBadResultBufferLength | [static] |
Result buffer was ill-formed.
const TLitC< sizeof(L"SDPServer")/2 > | KSdpClientPanic | [static] |