Share via


BTH_HOLD_MODE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure stores information about an 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 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

Header ws2bth.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Bluetooth Application Development Structures
setsockopt (Bluetooth)