BthInquiryResult (Windows CE 5.0)

Send Feedback

This structure fills with information for the current device that is being enumerated in lpqsResults->lpBlob->pBlobData when the LUP_RETURN_BLOB flag is set in the BthNsLookupServiceNext function.

typedef struct __bth_inquiry_result {BT_ADDRba;unsigned intcod;unsigned shortclock_offset;unsigned charpage_scan_mode;unsigned charpage_scan_period_mode;unsigned charpage_scan_repetition_mode;} BthInquiryResult;

Members

  • ba
    Bluetooth address of the device.
  • cod
    Class of Device for the device.
  • clock_offset
    Difference between the clock of the local device and the clock of the remote device.
  • page_scan_mode
    Page scan mode supported by the remote device.
  • page_scan_period_mode
    Page scan mode supported by the remote device.
  • page_scan_repetition_mode
    Page scan mode supported by the remote device.

Remarks

For more information about the parameters for BthInquiryResult, see section 5.2.2. of the Bluetooth Host Controller Interface Functional Specification.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ws2bth.h.

See Also

BthNsLookupServiceNext | Bluetooth Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.