1 |
6.714429 |
BLUETOOTH_AUTHENTICATION_REQUIREMENTS::BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding |
Int32 |
4 |
0x00000004 |
4 |
|
|
System.Int32 |
BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding = 0x4,
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\bluetoothapis.h(318,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)))
|
2 |
2.769561 |
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)))
|