Partager via


BT_LINK_KEY_EVENT (Windows Embedded CE 6.0)

1/6/2010

This structure stores information about the pairing events, BTE_KEY_NOTIFY (200) and BTE_KEY_REVOKED (201).

Syntax

typedef struct { 
  DWORD dwSize;
  BT_ADDR bta;
  UCHAR link_key[16];
  UCHAR key_type;
} BT_LINK_KEY_EVENT, *PBT_LINK_KEY_EVENT;

Parameters

  • dwSize
    Size of this structure.
  • bta
    Bluetooth address, as a BT_ADDR type, of the peer device on which the link-key query is being performed.
  • link_key
    Link key of the peer Bluetooth device.

Requirements

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

See Also

Reference

Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications