BLEManager class

Inheritance

Constructors

BLEManager()
factory

Properties

ble ModuleBle
/////////////
no setterinherited
device BluetoothDevice?
getter/setter pairinherited
ecg ModuleEcg?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
module ModuleInterface
getter/setter pairinherited
oxi ModuleOxi?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanFilter bool Function(BluetoothDevice device)
/////
getter/setter pairinherited
streams StreamImpl
no setterinherited
trackableModule Map<DeviceIdentifier, ModuleInterface>
////////////////
finalinherited

Methods

connectAndRegister({String targetDevice = '', bool isStrict = false}) Future<bool>
inherited
connectDevice({String targetDevice = '', bool isStrict = false}) Future<bool>
inherited
createModule() ModuleInterface
inherited
disconnectDevice() Future<void>
inherited
getTrackableModule(BluetoothDevice targetDevice) ModuleInterface
inherited
initializeStreams() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseMeasurement() Future<void>
inherited
registerCharacteristics() Future<void>
inherited
saveMeasurement({ModuleType type = ModuleType.ecg}) Future<Channels?>
inherited
startMeasurement() Future<void>
inherited
stopMeasurement() Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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