Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/26/2014
This function reports whether the local Bluetooth device supports Secure Simple Pairing (SSP).
Syntax
DWORD BthSSPLocalSupported(
__out BOOL *SSPSupported
);
Parameters
- SSPSupported
[out] Pointer to a BOOL that returns TRUE if the local Bluetooth device supports SSP; otherwise, 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
BthSSPRemoteSupported
BthSSPSetConfigurationInfo