Share via


BT_SSP_PAIRING_COMPLETE_EVENT (Compact 2013)

3/26/2014

This structure Contains event data for the BT_SSP_PAIRING_COMPLETE event.

Syntax

typedef struct BT_SSP_PAIRING_COMPLETE_EVENT {
    BYTE  Status;
} BT_SSP_PAIRING_COMPLETE_EVENT;

Members

  • Status
    Zero (0) indicates success of the SSP pairing procedure; a nonzero value (0x1 to 0xFF) indicates a specific Bluetooth error code.

Remarks

The event associated with this structure is generated when an SSP procedure has finished and indicates whether the pairing was successful. For the BTE_SSP_PAIRING_COMPLETE event to be generated, both the local and the remote Bluetooth devices must have SSP enabled; if either device has enabled only PIN pairing, this event will not be generated.

This event is generated in addition to BTE_SSP_AUTHENTICATION_COMPLETED.

Requirements

Header

bt_api.h

See Also

Reference

Bluetooth Application Development Structures
BT_SSP_AUTHENTICATION_COMPLETED_EVENT
RequestBluetoothNotifications
StopBluetoothNotifications
Bluetooth Application Development Events