1 |
4.042184 |
BLUETOOTH_AUTHENTICATION_REQUIREMENTS |
Enum |
|
|
|
|
|
|
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;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\bluetoothapis.h(313,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- If (NTDDI_VERSION >= NTDDI_WINXPSP2)
- If (NTDDI_VERSION > NTDDI_VISTASP1 || (NTDDI_VERSION == NTDDI_VISTASP1 && defined(VISTA_KB942567)))
|