MethodChannelBlueBreeze class

Inheritance

Constructors

MethodChannelBlueBreeze()

Properties

authorizationStatus BBAuthorization
no setteroverride
authorizationStatusStream Stream<BBAuthorization>
no setteroverride
devices Map<String, BBDevice>
no setteroverride
devicesStream Stream<Map<String, BBDevice>>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanEnabled bool
no setteroverride
scanEnabledStream Stream<bool>
no setteroverride
scanResultsStream Stream<BBScanResult>
no setteroverride
state BBState
no setteroverride
stateStream Stream<BBState>
no setteroverride

Methods

authorizationOpenSettings() Future<void>
override
authorizationRequest() Future<void>
override
deviceCharacteristicData(String id, String serviceId, String characteristicId) Uint8List
override
deviceCharacteristicDataStream(String id, String serviceId, String characteristicId) Stream<Uint8List>
override
deviceCharacteristicNotifyEnabled(String id, String serviceId, String characteristicId) bool
override
deviceCharacteristicNotifyEnabledStream(String id, String serviceId, String characteristicId) Stream<bool>
override
deviceCharacteristicRead(String id, String serviceId, String characteristicId) Future<Uint8List>
override
deviceCharacteristicSubscribe(String id, String serviceId, String characteristicId) Future
override
deviceCharacteristicUnsubscribe(String id, String serviceId, String characteristicId) Future
override
deviceCharacteristicWrite(String id, String serviceId, String characteristicId, Uint8List value, bool withResponse) Future
override
deviceConnect(String id) Future
override
deviceConnectionStatus(String id) BBDeviceConnectionStatus
override
deviceConnectionStatusStream(String id) Stream<BBDeviceConnectionStatus>
override
deviceDisconnect(String id) Future
override
deviceDiscoverServices(String id) Future
override
deviceMTU(String id) int
override
deviceMTUStream(String id) Stream<int>
override
deviceRequestMTU(String id, int value) Future<int>
override
deviceServices(String id) List<BBService>
override
deviceServicesStream(String id) Stream<List<BBService>>
override
handleHotReload() → void
override
methodCallHandler(MethodCall methodCall) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scanStart({List<String>? services}) Future
override
scanStop() Future
override
toString() String
A string representation of this object.
inherited

Operators

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