BthSSPRemoteSupported (Compact 2013)
3/26/2014
This function reports whether the remote Bluetooth device supports Secure Simple Pairing (SSP).
Syntax
DWORD BthSSPRemoteSupported(
__in BT_ADDR RemoteDevice,
__out BOOL *SSPSupported
);
Parameters
- RemoteDevice
[in] Pointer to the address of the remote device for which SSP support is being queried.
- SSPSupported
[out] Pointer to a BOOL variable that returns TRUE if the remote device has host support for SSP enabled; otherwise returns FALSE.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
ERROR_SUCCESS |
Success. |
ERROR_SERVICE_NOT_ACTIVE |
The Bluetooth stack is not present. |
Requirements
Header |
bt_api.h |
Library |
Btdrt.lib |
See Also
Reference
Bluetooth API SSP Functions
BthSSPLocalSupported
BthSSPSetConfigurationInfo