Share via


BthInquiryResult (Compact 2013)

3/26/2014

This structure contains data returned from the controller during an inquiry process.

Syntax

typedef struct __bth_inquiry_result {
  BT_ADDR ba;
  unsigned int cod;
  unsigned short clock_offset;
  unsigned char page_scan_mode;
  unsigned char page_scan_period_mode;
  unsigned char page_scan_repetition_mode;
} BthInquiryResult;

Members

  • ba
    Address of the device.
  • cod
    Class of Device.
  • clock_offset
    Difference between the clock of the local device and the clock of the remote device.
  • page_scan_mode
    Reserved. Always 0x00.
  • page_scan_period_mode
    Reserved. Only valid for version 1.1.
  • page_scan_repetition_mode
    Page scan mode supported by the remote device.

Remarks

This structure is returned by the BthNsLookupServiceNext function.

For more information about this structure, see "Inquiry Result Event" in the Core Specification v2.1 + EDR, Bluetooth web site.

Requirements

Header

ws2bth.h

See Also

Reference

Bluetooth Application Development Structures
BthNsLookupServiceNext
WSALookupServiceNext (Bluetooth)
BthPerformInquiry