SdpAttributeRange structure (bthsdpdef.h)

The SdpAttributeRange structure is used in a Bluetooth query to constrain the set of attributes to return in the query.

Syntax

typedef struct SdpAttributeRange {
  USHORT minAttribute;
  USHORT maxAttribute;
} SdpAttributeRange;

Members

minAttribute

Minimum attribute value for which to search.

maxAttribute

Maximum attribute value for which to search.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server None supported
Header bthsdpdef.h

See also

BTH_QUERY_SERVICE