SimpleblueState enum

Inheritance
Available extensions

Values

off → const SimpleblueState

iOS A state that indicates Bluetooth is currently powered off.

Android Indicates the local Bluetooth adapter is off.

on → const SimpleblueState

iOS A state that indicates Bluetooth is currently powered on and available to use.

Android Indicates the local Bluetooth adapter is on, and ready for use.

turningOff → const SimpleblueState

Only on Android Indicates the local Bluetooth adapter is turning off. Local clients should immediately attempt graceful disconnection of any remote links.

turningOn → const SimpleblueState

Only on Android Indicates the local Bluetooth adapter is turning on. However local clients should wait for STATE_ON before attempting to use the adapter.

resetting → const SimpleblueState

Only on iOS A state that indicates the connection with the system service was momentarily lost.

unauthorized → const SimpleblueState

Only on iOS A state that indicates the application isn’t authorized to use the Bluetooth low energy role.

unknown → const SimpleblueState

iOS The manager’s state is unknown.

unsupported → const SimpleblueState

Only on iOS A state that indicates this device doesn’t support the Bluetooth low energy central or client role.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromInt(int state) SimpleblueState

Constants

values → const List<SimpleblueState>
A constant List of the values in this enum, in order of their declaration.