BT_LINK_KEY_EVENT
A version of this page is also available for
4/8/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.
- 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
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