共用方式為


BT_LINK_KEY_EVENT

Send Feedback

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

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.
  • key_type
    Link key type. For more information about the possible values, see 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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.