BTH_SDP_SERVICE_SEARCH_REQUEST structure (bthioctl.h)

The BTH_SDP_SERVICE_SEARCH_REQUEST structure contains information pertinent to an SDP service search.

Syntax

typedef struct _BTH_SDP_SERVICE_SEARCH_REQUEST {
  HANDLE_SDP_TYPE HANDLE_SDP_FIELD_NAME;
  SdpQueryUuid    uuids[MAX_UUIDS_IN_QUERY];
} BTH_SDP_SERVICE_SEARCH_REQUEST, *PBTH_SDP_SERVICE_SEARCH_REQUEST;

Members

HANDLE_SDP_FIELD_NAME

Handle returned by the connect request or HANDLE_SDP_LOCAL.

uuids[MAX_UUIDS_IN_QUERY]

An array of UUIDs that represent the services for which to query. Each entry can be a 2-byte, 4-byte, or 16-byte type, and there can be a maximum of 12 entries. The array can be terminated before all 12 entries are used if a UUID entry contains all zeros.

Remarks

This structure is passed as the input buffer to the IOCTL_BTH_SDP_SERVICE_SEARCH IOCTL.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows Vista, and later.
Header bthioctl.h (include Bthioctl.h)

See also