BleCapabilities class

Constructors

BleCapabilities()

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

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

Static Properties

hasSystemPairingApi bool
Returns true if pair()/unpair() are supported on the platform.
getter/setter pair
requiresRuntimePermission bool
getter/setter pair
supportsAllPairingKinds bool
Returns true if in-app pairing is possible either by API or by encrypted characteristic using any kind of pairing method (Just Works, Numeric Comparison or Passkey Entry).
final
supportsBluetoothEnableApi bool
getter/setter pair
supportsConnectedDevicesApi bool
getter/setter pair
supportsRequestMtuApi bool
getter/setter pair
triggersConfirmOnlyPairing bool
Returns true if the platform triggers pairing for devices that use only confirmation pairing (a.k.a. "Just Works" or legacy pairing) when trying to read or write to an encrypted characteristic.
final