BTHNS_INQUIRYBLOB (Compact 2013)

3/26/2014

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 length and num_responses members.
  • 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

This structure can be pointed to by the lpblob member of a WSAQUERYSET (Bluetooth) structure. See WSALookupServiceBegin (Bluetooth) or BthNsLookupServiceBegin.

Requirements

Header

bthapi.h

See Also

Reference

Bluetooth Application Development Structures