InquiryResultBuffer (Compact 2013)
3/26/2014
This structure is returned by the pOutBuffer parameter of BTH_HCI_IOCTL_GET_LAST_INQUIRY_DATA.
Syntax
struct InquiryResultBuffer {
DWORD dwTick;
BD_ADDR ba;
unsigned char page_scan_repetition_mode;
unsigned char page_scan_period_mode;
unsigned char page_scan_mode;
unsigned int class_of_device;
unsigned short clock_offset;
};
Members
- dwTick
From GetTickCount.
- Ba
Bluetooth address.
page_scan_repetition_mode
Page scan mode. One of the following values.Value
Description
0x00
R0
0x01
R1
0x02
R2
All other values are reserved.
- page_scan_period_mode
Reserved, must be 0x00.
- page_scan_mode
Reserved, must be 0x00.
- class_of_device
Class of Device.
- clock_offset
Difference between the clock on the remote device and the clock on the local device.
Remarks
For detailed descriptions of the members see "Baseband Specification" in the Core Specification v2.1 + EDR, Bluetooth web site.
Requirements
Header |
bt_ddi.h |