Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure contains additional parameters for device inquiries.
Syntax
typedef struct _BTHNS_INQUIRYBLOB { ULONG LAP; unsigned char length; unsigned char num_responses; } BTHNS_INQUIRYBLOB, *PBTHNS_INQUIRYBLOB; |
Members
- LAP
-
LAP from which the inquiry access code is derived when the inquiry procedure is made. By default, this value is set to GIAC, 0x9e8b33. Unless you know what this value should be, it is best to leave it set to the default value, especially if you set the value of the lengthand num_responsesmembers.
- length
-
Amount of time allowed to perform the query. This value is measured in units of 1.28 seconds (time to query= length*1.28 seconds). The default value is 16.
- num_responses
-
Maximum number of devices to retrieve information about before stopping the inquiry. The default value is 16.
Remarks
If lpBlobis NULL, the default values are used.
Requirements
Header | bthsdpdef.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |