BTH_PARK_MODE (Compact 2013)

3/26/2014

This structure contains properties of a connection to a peer 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
    Maximum acceptable number of Baseband slots (0.625 msec each) between consecutive beacons. The valid range is 0x0001 through 0xFFFF.
  • beacon_min
    Minimum acceptable number of Baseband slots between consecutive beacons. The valid range is 0x0001 through beacon_max - 1.
  • interval
    Actual number of slots between beacons after the connection is in park mode.

Remarks

This structure is associated with the SO_BTH_ENTER_PARK_MODE socket option. See setsockopt (Bluetooth).

Requirements

Header

ws2bth.h

See Also

Reference

Bluetooth Application Development Structures