BluetoothStatusCode class
- Implementers
- BluetoothAlreadyAdvertising
- BluetoothConnectionFailed
- BluetoothConnectionLimitReached
- BluetoothEncryptionTimedOut
- BluetoothGATTAuthFail
- BluetoothGATTBusy
- BluetoothGATTCCCCfgErr
- BluetoothGATTCmdStarted
- BluetoothGATTCongested
- BluetoothGATTDBFull
- BluetoothGATTEncryptedNoMITM
- BluetoothGATTError
- BluetoothGATTIllegalParameter
- BluetoothGATTInternalError
- BluetoothGATTInvalidCfg
- BluetoothGATTMore
- BluetoothGATTNoResources
- BluetoothGATTNotEncrypted
- BluetoothGATTOutOfRange
- BluetoothGATTPrcInProgress
- BluetoothGATTServiceStarted
- BluetoothGATTWrongState
- BluetoothHCIAuthenticationFailure
- BluetoothHCICommandDisallowed
- BluetoothHCIConnectionTimeout
- BluetoothHCIConnFailedToBeEstablished
- BluetoothHCIConnIntervalUnAcceptable
- BluetoothHCIConnTerminatedDueToMicFailure
- BluetoothHCIControllerBusy
- BluetoothHCIDifferentTransactionCollision
- BluetoothHCIDirectedAdvertiserTimeout
- BluetoothHCIInstantPassed
- BluetoothHCILMPPDUNotAllowed
- BluetoothHCILMPResponseTimeout
- BluetoothHCIPairingWithUnitKeyUnsupported
- BluetoothHCIPinOrKeyMissing
- BluetoothHCIRemoteDevTerminationDueToLowResources
- BluetoothHCIRemoteDevTerminationDueToPowerOff
- BluetoothHCIStatusUnknownBTLECommand
- BluetoothHCIStatusUnknownConnectionId
- BluetoothHCIUnspecifiedError
- BluetoothHCIUnsupportedRemoteFeature
- BluetoothInvalidHandle
- BluetoothInvalidParameters
- BluetoothLeGattExceedBackgroundNotificationLimit
- BluetoothLeGattNearBackgroundNotificationLimit
- BluetoothNotConnected
- BluetoothOperationCancelled
- BluetoothOperationNotSupported
- BluetoothOutOfSpace
- BluetoothPeerDeleteParingInformation
- BluetoothPeripheralDisconnect
- BluetoothStatusSuccess
- BluetoothTooManyLEPairedDevices
- BluetoothUnknownDevice
- BluetoothUUIDDisallowed
Constructors
- BluetoothStatusCode(String name, int id)
-
const
- BluetoothStatusCode.fromId(int id)
-
factory
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