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 den numerischen Vergleich.
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION
Das Bluetooth-Gerät unterstützt die Authentifizierung per Passkeybenachrichtigung.
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY
Das Bluetooth-Gerät unterstützt die Authentifizierung per Passkey.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP mit SP2 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Nicht unterstützt
Kopfzeile bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)