Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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_ADDRtype.

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