BT_CONNECT_EVENT (Compact 2013)

3/26/2014

This structure stores information about the BTE_CONNECTION event for the Baseband connection.

Syntax

typedef struct {
  DWORD dwSize;
  USHORT hConnection;
  BT_ADDR bta;
  UCHAR ucLinkType;
  UCHAR ucEncryptMode;
} BT_CONNECT_EVENT, *PBT_CONNECT_EVENT;

Members

  • dwSize
    Size of this structure.
  • hConnection
    Handle to the Baseband connection.
  • bta
    Address of the remote Bluetooth device.
  • ucLinkType
    Type of connection. ACL (1) or SCO (0).
  • ucEncryptMode
    Encryption mode. 1 indicates enabled; 0 indicates disabled.

Requirements

Header

bt_api.h

See Also

Reference

Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications