BT_SSP_PIN_CODE_REQUEST_EVENT (Compact 2013)
3/26/2014
This structure contains event data for the BT_SSP_PIN_CODE_REQUEST event.
Syntax
typedef struct BT_SSP_PIN_CODE_REQUEST_EVENT {
UINT Reserved;
} BT_SSP_PIN_CODE_REQUEST_EVENT;
Members
- Reserved
Reserved.
Remarks
The event associated with this structure is generated during the PIN pairing procedure when the baseband has no stored PIN to return in response to an HCI PIN Code Request event. In this case, the stack generates the event that is associated with this structure so the application can respond with the PIN, perhaps by prompting the user to supply it. The application must respond by calling BthSSPPINCodeRequestReply, either with or without a PIN, or by calling BthSSPAbortPairing.
Note
Despite the "SSP" in its name, this event is not limited to the SSP feature; instead, it is used for PIN pairing. This structure and its associated event include "SSP" in their names to identify them as associated with the BTE_CLASS_SSP event class. For an application to receive the kind of event associated with this structure, it must include the event class BTE_CLASS_SSP in its call to the RequestBluetoothNotifications function.
Requirements
Header |
bt_api.h |
See Also
Reference
Bluetooth Application Development Structures
RequestBluetoothNotifications
StopBluetoothNotifications
Bluetooth Application Development Events