Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure stores information about an ACL connection to a peer Bluetooth device that is in PARK mode.
Syntax
typedef struct _BTH_PARK_MODE { unsigned short beacon_max; unsigned short beacon_min; unsigned short interval; } BTH_PARK_MODE, *PBTH_PARK_MODE; |
Members
- beacon_max
-
The maximum acceptable number of Baseband slots between consecutive beacons.
- beacon_min
-
The minimum acceptable number of Baseband slots between consecutive beacons.
- interval
-
Pointer to the number of Baseband slots between consecutive beacons.
Remarks
For the timing parameters, the time length is equal to N * 0.625 msec, or 1 Baseband slot. The valid time range is 0.625 msec to 40.9 Seconds. The valid range for N is 0x0001 to 0xFFFF.
For more information about this structure, see the
PARK_Mode part of the
Bluetooth Core Specificationat this
Requirements
Header | ws2bth.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |