Share via


BT_CONNECT_EVENT (Windows Embedded CE 6.0)

1/6/2010

This structure stores information about the BTE_CONNECTION (100) 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 as a BT_ADDR type.
  • ucLinkType
    Type of connection. ACL (1) or SCO (0).
  • ucEncryptMode
    Encryption mode.

Requirements

Header bt_api.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications