PeripheralState

public enum PeripheralState

The state of the peripheral

  • Peripheral is disconnected

    Declaration

    Swift

    case disconnected
  • Peripheral is connecting

    Declaration

    Swift

    case connecting
  • Peripheral is connected

    Declaration

    Swift

    case connected
  • Peripheral is disconnecting

    Declaration

    Swift

    case disconnecting
  • The peripheral state is not know, could be transitory

    Declaration

    Swift

    case unknown