Im using RHostResolver on my application, i would like to connect and retrieve the service description. In the Bluetooth Point to Point example this is used to request the Protocl Descriptor List.
I assume that the 2nd parameter with any of the following:
static const TInt KSdpAttrIdOffsetServiceName = 0x0000; // + Language offset
static const TInt KSdpAttrIdOffsetServiceDescription = 0x0001; // + Language offset
Gets the desired results,,,
The example also shows 'checking' of the retrieved protocol descriptor list to see if it is structured correctly, which is rather confusing.
On the contrary, I'm wondering if i can do a simple, string comparison of some sort with the retrieved service name and description attributes. Can someone shine some light on this?