1 |
6.703727 |
BLUETOOTH_AUTHENTICATION_REQUIREMENTS::BLUETOOTH_MITM_ProtectionNotDefined |
Int32 |
255 |
0x000000FF |
-1 |
|
|
System.Int32 |
BLUETOOTH_MITM_ProtectionNotDefined = 0xff
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.19041.0\um\bluetoothapis.h(320,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.765146 |
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.19041.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)))
|