AdvertiseSetParameters class

Model of the data to be advertised.

Annotations
  • @JsonSerializable()

Constructors

AdvertiseSetParameters({bool connectable = false, int txPowerLevel = txPowerHigh, int? interval = intervalHigh, bool? legacyMode = false, int? primaryPhy, bool? scannable, int? secondaryPhy, int? anonymous, bool? includeTxPowerLevel = false, int? duration, int? maxExtendedAdvertisingEvents})
AdvertiseSetParameters.fromJson(Map<String, dynamic> json)
factory

Properties

anonymous int?
final
connectable bool
Android only
final
duration int?
final
hashCode int
The hash code for this object.
no setterinherited
includeTxPowerLevel bool?
final
interval int?
final
legacyMode bool?
final
maxExtendedAdvertisingEvents int?
final
primaryPhy int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannable bool?
final
secondaryPhy int?
final
txPowerLevel int
Android only
final

Methods

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

Operators

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