BTH_PARK_MODE (Windows Embedded CE 6.0)
1/6/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 Specification at this Official Bluetooth Wireless Info Web site.
Requirements
Header | ws2bth.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Bluetooth Application Development Structures
setsockopt (Bluetooth)