Bluetooth API SSP Functions (Compact 7)
3/12/2014
This section describes the functions that support the Secure Simple Pairing feature (SSP).
- BthSSPAbortPairing
Ends a Bluetooth pairing procedure that is in progress.
- BthSSPGetConfigurationInfo
Retrieves the configuration information established in the most recent call to BthSSPSetConfigurationInfo.
- BthSSPGetLocalOOBData
Creates out-of-band (OOB) Bluetooth pairing information for use by a peer device.
- BthSSPGetRemoteOOBData
Retrieves the OOB data established for the specified remote device in the most recent call to BthSSPSetRemoteOOBData.
- BthSSPIOCapabilityRequestNegativeReply
Called in response to a BTE_SSP_IO_CAPABILITY_REQUEST event to cancel a Bluetooth pairing operation.
- BthSSPIOCapabilityRequestReply
Called in response to the BTE_SSP_IO_CAPABILITY_REQUEST event to report the application’s pairing requirements and I/O and OOB capabilities to a peer Bluetooth device.
- BthSSPLocalSupported
Reports whether the local Bluetooth device supports SSP.
- BthSSPPairRequest
Used to start the process of pairing with the specified remote Bluetooth device.
- BthSSPPINCodeRequestReply
Passes a user-entered PIN code to the Bluetooth stack in response to a PIN Code Request event.
- BthSSPReadDebugMode
Retrieves the most recent SSP Debug Mode.
- BthSSPReadLocalOOBData
Retrieves the local OOB data for OOB transmission to a peer Bluetooth device.
- BthSSPRemoteSupported
Reports whether the remote Bluetooth device supports SSP.
- BthSSPRequestNotifications
Registers a message queue to receive Bluetooth BTE_CLASS_SSP notification events.
- BthSSPSendKeypressNotification
Called repeatedly by the local application to indicate passkey entry progress to the remote Bluetooth device.
- BthSSPSetConfigurationInfo
Sets the provided configuration information within the Bluetooth stack, by specifying the I/O and SSP capabilities of the local Bluetooth device.
- BthSSPSetRemoteOOBData
Provides the OOB data to the local Bluetooth stack.
- BthSSPStopNotifications
Deregisters a message queue so that it does not receive Bluetooth BTE_CLASS_SSP notification events.
- BthSSPUserConfirmationRequestReply
Indicates whether the user observed the passkeys to be identical on both Bluetooth devices being paired.
- BthSSPUserPasskeyRequestReply
Called by the local application to provide the passkey that the user entered, if available.
- BthSSPWriteDebugMode
Sets the SSP Debug Mode.