BlueZCentral class

Inheritance
  • Object
  • StateNotifier<BleCentralStatus>
  • StatefulNotifier<BleCentralStatus>
  • BleCentral
  • BlueZCentral

Constructors

BlueZCentral({required BlueZClient client})

Properties

client → BlueZClient
final
hashCode int
The hash code for this object.
no setterinherited
isCreateConnectorToKnownDeviceSupported bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → BleCentralStatus
no setteroverride
stateStream Stream<BleCentralStatus>
no setterinherited

Methods

canNotifyState() bool
inherited
createConnectorToKnownDevice({required String deviceId, required List<String> serviceIds}) → BleConnector
override
createScanner({required List<String> serviceIds}) → BleScanner
override
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyState(BleCentralStatus state) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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