BLParticipantState

public enum BLParticipantState : Int, Sendable, Hashable
  • Declaration

    Swift

    case confirmation = 1
  • Declaration

    Swift

    case connecting = 2
  • Declaration

    Swift

    case connected = 3
  • Declaration

    Swift

    case disconnected = 4
  • Declaration

    Swift

    case none = 0