BluetoothError

public enum BluetoothError: Error

Bluetooth error which can be emitted by RxBluetoothKit created observables.

  • Emitted when the object that is the source of Observable was destroyed and event was emitted nevertheless. To mitigate it dispose all of your subscriptions before deinitializing object that created Observables that subscriptions are made to.

    Declaration

    Swift

    case destroyed