SdpQueryUuid (Compact 2013)
3/26/2014
This structure contains the UUID in the BTHNS_RESTRICTIONBLOB structure..
Syntax
typedef struct _SdpQueryUuid {
SdpQueryUuidUnion u;
USHORT uuidType;
} SdpQueryUuid;
Members
- u
UUID.
- uuidType
Type of UUID in u. The value can be SDP_ST_UUID128, SDP_ST_UUID32, or SDP_ST_UUID16.
Requirements
Header |
bthapi.h |
See Also
Reference
Bluetooth Application Development Structures
SdpQueryUuidUnion