BT_DISCONNECT_EVENT
This structure stores information about the BTE_DISCONNECTION (101) event for the Baseband connection.
typedef struct {
DWORD dwSize;
USHORT hConnection;
UCHAR ucReason;
} BT_DISCONNECT_EVENT, *PBT_DISCONNECT_EVENT;
Parameters
- dwSize
Size of this structure. - hConnection
Handle to the Baseband connection. - ucReason
Reason for disconnection. For a list of error codes, see the Bluetooth Specification at ** this Official Bluetooth Wireless Info Web site.
Requirements
Pocket PC: Windows Mobile 5.0 and later.
Smartphone: Windows Mobile 5.0 and later.
OS Versions: Windows CE 5.01 and later.
Header: Bt_api.h.
See Also
Bluetooth Application Development Structures | RequestBluetoothNotifications | StopBluetoothNotifications
Send Feedback on this topic to the authors