BTHINQUIRYRESULT
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_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
OS Versions: Windows CE .NET 4.0 and later.
Header: Ws2bth.h.
See Also
BthNsLookupServiceNext | Bluetooth Structures
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.