BLUETOOTH_AUTHENTICATION_METHOD Enumeration (bluetoothapis.h)
Die BLUETOOTH_AUTHENTICATION_METHOD-Enumeration definiert die unterstützten Authentifizierungstypen während der Gerätekopplung.
Syntax
typedef enum _BLUETOOTH_AUTHENTICATION_METHOD {
BLUETOOTH_AUTHENTICATION_METHOD_LEGACY = 0x1,
BLUETOOTH_AUTHENTICATION_METHOD_OOB,
BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON,
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION,
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY
} BLUETOOTH_AUTHENTICATION_METHOD, *PBLUETOOTH_AUTHENTICATION_METHOD;
Konstanten
BLUETOOTH_AUTHENTICATION_METHOD_LEGACY Wert: 0x1 Das Bluetooth-Gerät unterstützt die Authentifizierung über eine PIN. |
BLUETOOTH_AUTHENTICATION_METHOD_OOB Das Bluetooth-Gerät unterstützt die Authentifizierung über Out-of-Band-Daten. |
BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON Das Bluetooth-Gerät unterstützt die Authentifizierung über einen numerischen Vergleich. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION Das Bluetooth-Gerät unterstützt die Authentifizierung über passkey-Benachrichtigung. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY Das Bluetooth-Gerät unterstützt die Authentifizierung über Passkey. |
Anforderungen
Unterstützte Mindestversion (Client) | Windows XP mit SP2 [Nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Nicht unterstützt |
Header | bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h) |