Share via


BT_SSP_IO_CAPABILITY_REQUEST_EVENT (Compact 2013)

3/26/2014

This structure contains internal data related to the BTE_SSP_IO_CAPABILITY_REQUEST event.

Syntax

typedef struct BT_SSP_IO_CAPABILITY_REQUEST_EVENT {
    UINT Reserved;
} BT_SSP_IO_CAPABILITY_REQUEST_EVENT;

Members

  • Reserved
    Reserved for system use.

Remarks

The application only receives this event if the Flags member of the BTSSPConfigurationInfo structure passed to BthSSPSetConfigurationInfo includes the BT_SSP_FLAG_INDICATE_IO_CAPABILITY_REQUEST_EVENTS flag.

The application must call BthSSPIOCapabilityRequestReply, BthSSPIOCapabilityRequestNegativeReply, or BthSSPAbortPairing in response to the event.

Requirements

Header

bt_api.h

See Also

Reference

Bluetooth Application Development Structures
BT_SSP_IO_CAPABILITY_RESPONSE_EVENT