BLUETOOTH_AUTHENTICATION_METHOD enumeración (bluetoothapis.h)

La enumeración BLUETOOTH_AUTHENTICATION_METHOD define los tipos de autenticación admitidos durante el emparejamiento de dispositivos.

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;

Constantes

 
BLUETOOTH_AUTHENTICATION_METHOD_LEGACY
Valor: 0x1
El dispositivo Bluetooth admite la autenticación a través de un PIN.
BLUETOOTH_AUTHENTICATION_METHOD_OOB
El dispositivo Bluetooth admite la autenticación a través de datos fuera de banda.
BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON
El dispositivo Bluetooth admite la autenticación a través de la comparación numérica.
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION
El dispositivo Bluetooth admite la autenticación a través de la notificación de clave de paso.
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY
El dispositivo Bluetooth admite la autenticación a través de la clave de paso.

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP con SP2 [solo aplicaciones de escritorio]
Servidor mínimo compatible No se admite ninguno
Encabezado bluetoothapis.h (incluye Bthsdpdef.h, BluetoothAPIs.h)