************//ERROR OVER HERE DOWN LINE*************
iSdpDatabase.UpdateAttributeL(recordh, KSdpAttrIdProtocolDescriptorList, *protocolDescriptorList);
// Add a Unique ID to the record
iSdpDatabase.UpdateAttributeL(recordh,KSdpAttrIdServiceID,KUidValue);
// Add a name to the record
iSdpDatabase.UpdateAttributeL(recordh, KSdpAttrIdBasePrimaryLanguage + KSdpAttrIdOffsetServiceName,KServiceName);
// Add a description to the record
iSdpDatabase.UpdateAttributeL(recordh,KSdpAttrIdBasePrimaryLanguage + KSdpAttrIdOffsetServiceDescription,KServiceDescription);
I have mentioned the error part too can anyone sort it out for me please. on 7650 target device.