Class CBCentralManagerState


  • public final class CBCentralManagerState
    extends java.lang.Object
    [@enum] CBCentralManagerState Represents the current state of a CBCentralManager. [@constant] CBCentralManagerStateUnknown State unknown, update imminent. [@constant] CBCentralManagerStateResetting The connection with the system service was momentarily lost, update imminent. [@constant] CBCentralManagerStateUnsupported The platform doesn't support the Bluetooth Low Energy Central/Client role. [@constant] CBCentralManagerStateUnauthorized The application is not authorized to use the Bluetooth Low Energy Central/Client role. [@constant] CBCentralManagerStatePoweredOff Bluetooth is currently powered off. [@constant] CBCentralManagerStatePoweredOn Bluetooth is currently powered on and available to use.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait