Click or drag to resize

wclBluetoothMitmProtection Enumeration

The enumeration specifies the "Man in the Middle" protection required for authentication.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclBluetoothMitmProtection
Members
Member nameValueDescription
mitmProtectionNotRequired0 Protection against a "Man in the Middle" attack is not required for authentication.
mitmProtectionRequired1 Protection against a "Man in the Middle" attack is required for authentication.
mitmProtectionNotRequiredBonding2 Protection against a "Man in the Middle" attack is not required for bonding.
mitmProtectionRequiredBonding3 Protection against a "Man in the Middle" attack is required for bonding.
mitmProtectionNotRequiredGeneralBonding4 Protection against a "Man in the Middle" attack is not required for General Bonding.
mitmProtectionRequiredGeneralBonding5 Protection against a "Man in the Middle" attack is required for General Bonding.
mitmProtectionNotDefined6 Protection against "Man in the Middle" attack is not defined.
See Also