BLUETOOTH_AUTHENTICATION_REQUIREMENTS class Null safety Enum
The BLUETOOTH_AUTHENTICATION_REQUIREMENTS enumeration specifies the 'Man in the Middle' protection required for authentication.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- BLUETOOTH_MITM_ProtectionNotDefined → const int
-
6
- BLUETOOTH_MITM_ProtectionNotRequired → const int
-
0
- BLUETOOTH_MITM_ProtectionNotRequiredBonding → const int
-
2
- BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding → const int
-
4
- BLUETOOTH_MITM_ProtectionRequired → const int
-
1
- BLUETOOTH_MITM_ProtectionRequiredBonding → const int
-
3
- BLUETOOTH_MITM_ProtectionRequiredGeneralBonding → const int
-
5