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.
This structure stores information about an ACL connection to a peer Bluetooth device that is in PARK mode.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Ws2bth.h.
See Also
Bluetooth Application Development Structures | setsockopt (Bluetooth)
Send Feedback on this topic to the authors