BTH_HOLD_MODE (Compact 2013)
3/26/2014
This structure stores information about an Asynchronous Connection-Oriented (ACL) connection to a peer Bluetooth device that is in HOLD mode.
Syntax
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 (0.625 msec each) to be in HOLD Mode. The valid range is 0x0001 to 0xFFFF.
- hold_mode_min
Minimum acceptable number of Baseband slots to be in HOLD Mode. Must be less than hold_mode_max*.*
- interval
The actual negotiated hold interval in Baseband slots.
Remarks
This structure is associated with the SO_BTH_ENTER_HOLD_MODE socket option. See setsockopt (Bluetooth).
Requirements
Header |
ws2bth.h |
See Also
Reference
Bluetooth Application Development Structures
setsockopt (Bluetooth)