Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This topic defines the syntax and members of the BthInquiryResult structure.
For Windows Embedded CE , 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.**
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 |
See Also
Reference
Bluetooth Application Development Structures
BthNsLookupServiceNext