L2capBlePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • L2capBlePlatform
Implementers

Constructors

L2capBlePlatform()
Constructs a L2capBlePlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connectToDevice(String deviceId) Future<bool>
createL2capChannel(int psm) Future<bool>
disconnectFromDevice(String deviceId) Future<bool>
getConnectionState() Stream<L2CapConnectionState>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendMessage(Uint8List message) Future<Uint8List>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance L2capBlePlatform
The default instance of L2capBlePlatform to use.
getter/setter pair