BASEBAND_CONNECTION_DATA

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure stores information about the baseband connection.

Syntax

typedef struct _BASEBAND_CONNECTION_DATA
{
  USHORT   hConnection;
  BD_ADDR  baAddress;
  int      cDataPacketsPending;
  UINT     fLinkType  : 1;
  UINT     fEncrypted  : 1;
  UINT     fAuthenticated  : 1;
  UINT     fMode  : 3;
} BASEBAND_CONNECTION_DATA, *PBASEBAND_CONNECTION_DATA;

Parameters

  • hConnection
    The connection handle.
  • baAddress
    The Bluetooth address.
  • cDataPacketsPending
    The number of pending packets for the connection.
  • fLinkType
    The type of link. Zero (0) indicates SCO, and 1 indicates ACL.
  • fEncrypted
    Encryption is enabled.
  • fAuthenticated
    Indicates whether the connection has been authenticated.
  • fMode
    The connection mode.

Requirements

Header bt_ddi.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

BTH_HCI_IOCTL_GET_BASEBAND_CONNECTIONS

Concepts

Bluetooth OS Structures