BleDeviceConnected class

Inheritance

Constructors

BleDeviceConnected.new({required BluetoothDevice device, String? firmwareVersion, Map<GKCharId, BluetoothCharacteristic> characteristics = const {}, Map<GKCharId, Stream<List<int>>> characteristicStreams = const {}})
const

Properties

characteristics Map<GKCharId, BluetoothCharacteristic>
final
characteristicStreams Map<GKCharId, Stream<List<int>>>
final
device → BluetoothDevice
final
firmwareVersion String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → BluetoothAdapterState
finalinherited

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