Share via


BT_SSP_PASSKEY_REQUEST_EVENT (Compact 2013)

3/26/2014

This structure contains event data for the BTE_SSP_USER_PASSKEY_REQUEST event.

Syntax

typedef struct BT_SSP_PASSKEY_REQUEST_EVENT {
    UINT Reserved;
} BT_SSP_PASSKEY_REQUEST_EVENT;

Members

  • Reserved
    Reserved.

Remarks

When an application receives the event associated with this structure, it must respond by calling BthSSPUserPasskeyRequestReply, either with or without the entered passkey, or by calling BthSSPAbortPairing.

Requirements

Header

bt_api.h

See Also

Reference

Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications
Bluetooth Application Development Events