BleErrorCode class
Constructors
- BleErrorCode(int value)
Properties
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
Constants
- bluetoothInUnknownState → const int
- bluetoothManagerDestroyed → const int
- bluetoothPoweredOff → const int
- bluetoothResetting → const int
- bluetoothStateChangeFailed → const int
- bluetoothUnsupported → const int
- characteristicInvalidDataFormat → const int
- characteristicNotFound → const int
- characteristicNotifyChangeFailed → const int
- characteristicReadFailed → const int
- characteristicsDiscoveryFailed → const int
- characteristicsNotDiscovered → const int
- characteristicWriteFailed → const int
- descriptorInvalidDataFormat → const int
- descriptorNotFound → const int
- descriptorReadFailed → const int
- descriptorsDiscoveryFailed → const int
- descriptorsNotDiscovered → const int
- descriptorWriteFailed → const int
- descriptorWriteNotAllowed → const int
- deviceAlreadyConnected → const int
- deviceConnectionFailed → const int
- deviceDisconnected → const int
- deviceMTUChangeFailed → const int
- deviceNotConnected → const int
- deviceNotFound → const int
- deviceRSSIReadFailed → const int
- includedServicesDiscoveryFailed → const int
- invalidIdentifiers → const int
- locationServicesDisabled → const int
- operationCancelled → const int
- operationStartFailed → const int
- operationTimedOut → const int
- scanStartFailed → const int
- serviceNotFound → const int
- servicesDiscoveryFailed → const int
- servicesNotDiscovered → const int
- unknownError → const int