Windows Driver Kit: Bluetooth Devices
BTH_SDP_SERVICE_SEARCH_REQUEST
The BTH_SDP_SERVICE_SEARCH_REQUEST structure contains information pertinent to an SDP service search.
typedef struct _BTH_SDP_SERVICE_SEARCH_REQUEST {
HANDLE_SDP hConnection;
SdpQueryUuid uuids[MAX_UUIDS_IN_QUERY];
} BTH_SDP_SERVICE_SEARCH_REQUEST, *PBTH_SDP_SERVICE_SEARCH_REQUEST;
Members
- hConnection
- A handle to the remote SDP server that is returned by the IOCTL_BTH_SDP_CONNECT IOCTL.
- uuids
- 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 zeroes.
Comments
This structure is passed as the input buffer to the IOCTL_BTH_SDP_SERVICE_SEARCH IOCTL.
Requirements
Versions: Supported in Windows Vista, and later.
Headers: Declared in Bthioctl.h. Include Bthioctl.h.
See Also
IOCTL_BTH_SDP_CONNECT, IOCTL_BTH_SDP_SERVICE_SEARCH