BKDiscoveryError

public enum BKDiscoveryError : Error

Error codes for discovery functions of class BKClient

  • Initialization of the discovery service has failed.

    Declaration

    Swift

    case initFailed
  • Termination of the discovery service has failed.

    Declaration

    Swift

    case terminationFailed
  • Bluetooth is off on the mobile device.

    Declaration

    Swift

    case bluetoothOff
  • Bluetooth is on on the mobile device.

    Declaration

    Swift

    case bluetoothOn
  • The BLE scanner cannot be started by an unknown error.

    Declaration

    Swift

    case startBleFailed
  • The BLE scanner cannot be stopped by an unknown error.

    Declaration

    Swift

    case stopBleFailed
  • The Location Service has not the permission Always

    Declaration

    Swift

    case locationServicesIsNotAlways