A Microsoft platform for building and publishing apps for Windows devices.
Hello,
Welcome to Microsoft Q&A!
I want to know about What means This Guid, Id, Type
SERVICE_VERSION_ATTRIBUTE_ID is the service identifier. It will be simply a 128-bit GUID(Globally Unique Identifier), it is also commonly specified as either a 16- or 32-bit integer.
An SDP service is described by service attributes, which provide information a client, needs to use the service, for example, service identifier.
Attributes have values, and those values can have various types and sizes. So that a device receiving an attribute knows what type and size it is receiving, attributes are sent in data elements. That's SERVICE_VERSION_ATTRIBUTE_TYPE.
Is these attributes follows SDP or SDP's component?
The Service Attributes are a part of the SDP.
Thank you.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.