Share via


BT_DISCONNECT_EVENT (Compact 2013)

3/26/2014

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

Syntax

typedef struct {
  DWORD dwSize;
  USHORT hConnection;
  UCHAR ucReason;
} BT_DISCONNECT_EVENT, *PBT_DISCONNECT_EVENT;

Members

  • dwSize
    Size of this structure.
  • hConnection
    Handle to the Baseband connection.
  • ucReason
    Reason for disconnection. For a list of error codes, see "Error Codes" in the Core Specification v2.1 + EDR, Bluetooth web site.

Requirements

Header

bt_api.h

See Also

Reference

Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications