Alexandre Julliard (@julliard) commented about include/bluetoothapis.h:
BLUETOOTH_MITM_ProtectionNotDefined = 0xff,
} BLUETOOTH_AUTHENTICATION_REQUIREMENTS;
+typedef enum _AUTHENTICATION_REQUIREMENTS {
- MITMProtectionNotRequired = 0x00,
- MITMProtectionRequired = 0x01,
- MITMProtectionNotRequiredBonding = 0x02,
- MITMProtectionRequiredBonding = 0x03,
- MITMProtectionNotRequiredGeneralBonding = 0x04,
- MITMProtectionRequiredGeneralBonding = 0x05,
- MITMProtectionNotDefined = 0xff
+} AUTHENTICATION_REQUIREMENTS;
This belongs in bthdef.h.