BLUETOOTH_AUTHENTICATION_METHOD class Null safety Enum
Bluetooth constants & enumerations The BLUETOOTH_AUTHENTICATION_METHOD enumeration defines the supported authentication types during device pairing.
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_AUTHENTICATION_METHOD_LEGACY → const int
-
0
- BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON → const int
-
2
- BLUETOOTH_AUTHENTICATION_METHOD_OOB → const int
-
1
- BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY → const int
-
4
- BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION → const int
-
3