A version of this page is also available for
4/8/2010
This topic defines the syntax and members of the BthInquiryResult structure.
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
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
| Header | ws2bth.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Bluetooth Application Development Structures