BTH_HOLD_MODE (Windows CE 5.0)
This structure stores information about an ACL connection to a peer Bluetooth device that is in HOLD mode.
typedef struct _BTH_HOLD_MODE { unsigned short hold_mode_max; unsigned short hold_mode_min; unsigned short interval;} BTH_HOLD_MODE, *PBTH_HOLD_MODE;
Members
- hold_mode_max
Maximum acceptable number of Baseband slots to be in HOLD Mode. - hold_mode_min
Minimum acceptable number of Baseband slots to be in HOLD Mode. - interval
The number of Baseband slots to be in HOLD Mode.
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 HOLD_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