Share via


BASEBAND_CONNECTION_DATA (Compact 2013)

3/26/2014

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
    Connection handle.
  • baAddress
    Bluetooth address.
  • cDataPacketsPending
    Number of pending packets for the connection.
  • fLinkType
    Type of link. Zero (0) indicates SCO, and 1 indicates ACL.
  • fEncrypted
    Encryption is enabled.
  • fAuthenticated
    Indicates whether the connection has been authenticated.
  • fMode
    Connection mode.

Requirements

Header

bt_ddi.h

See Also

Reference

Bluetooth AG Service Structures
BTH_HCI_IOCTL_GET_BASEBAND_CONNECTIONS