BT_CONNECT_EVENT
A version of this page is also available for
4/8/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 |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |
See Also
Reference
Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications