BLUETOOTH_AUTHENTICATION_REQUIREMENTS enumeración (bluetoothapis.h)

La enumeración BLUETOOTH_AUTHENTICATION_REQUIREMENTS especifica la protección "Man in the Middle" necesaria para la autenticación.

Nota Esta enumeración se admite en Windows Vista SP2 y Windows 7.
 

Syntax

typedef enum _BLUETOOTH_AUTHENTICATION_REQUIREMENTS {
  BLUETOOTH_MITM_ProtectionNotRequired = 0,
  BLUETOOTH_MITM_ProtectionRequired = 0x1,
  BLUETOOTH_MITM_ProtectionNotRequiredBonding = 0x2,
  BLUETOOTH_MITM_ProtectionRequiredBonding = 0x3,
  BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding = 0x4,
  BLUETOOTH_MITM_ProtectionRequiredGeneralBonding = 0x5,
  BLUETOOTH_MITM_ProtectionNotDefined = 0xff
} BLUETOOTH_AUTHENTICATION_REQUIREMENTS;

Constantes

 
BLUETOOTH_MITM_ProtectionNotRequired
Valor: 0
No se requiere protección contra un ataque "Man in the Middle" para la autenticación.
BLUETOOTH_MITM_ProtectionRequired
Valor: 0x1
Se requiere protección contra un ataque "Man in the Middle" para la autenticación.
BLUETOOTH_MITM_ProtectionNotRequiredBonding
Valor: 0x2
No se requiere protección contra un ataque "Hombre en el medio" para la unión.
BLUETOOTH_MITM_ProtectionRequiredBonding
Valor: 0x3
Se requiere protección contra un ataque "Hombre en el medio" para la unión.
BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding
Valor: 0x4
No se requiere protección contra un ataque de "hombre en el medio" para el bonding general.
BLUETOOTH_MITM_ProtectionRequiredGeneralBonding
Valor: 0x5
Se requiere protección contra un ataque "Hombre en el Medio" para el Bonding General.
BLUETOOTH_MITM_ProtectionNotDefined
Valor: 0xff
No se define la protección contra el ataque "Man in the Middle".

Comentarios

El archivo de encabezado asociado a esta API está disponible en Microsoft Connect a través del Feature Pack de Windows Vista para la descarga del complemento de desarrolladores inalámbricos. El acceso a este recurso requiere el registro con el sitio web de Microsoft Connect. El encabezado también se incluye en los paquetes de recursos de desarrollador completos disponibles a través del Kit de controladores de Windows (WDK), Kit de logotipo de Windows (WLK) y Windows Driver Framework (WDF) Connections en Microsoft Connect.

Requisitos

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

Consulte también

BluetoothAuthenticateDeviceEx