AdvertiseMode enum

Inheritance

Constructors

AdvertiseMode()
const

Values

advertiseModeLowPower → const AdvertiseMode

Perform Bluetooth LE advertising in low power mode. This is the default and preferred advertising mode as it consumes the least power.

advertiseModeBalanced → const AdvertiseMode

Perform Bluetooth LE advertising in balanced power mode. This is balanced between advertising frequency and power consumption.

advertiseModeLowLatency → const AdvertiseMode

Perform Bluetooth LE advertising in low latency, high power mode. This has the highest power consumption and should not be used for continuous background advertising.

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

Constants

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