Class CBPeripheralManagerState


  • public final class CBPeripheralManagerState
    extends java.lang.Object
    [@enum] CBPeripheralManagerState Represents the current state of a CBPeripheralManager. [@constant] CBPeripheralManagerStateUnknown State unknown, update imminent. [@constant] CBPeripheralManagerStateResetting The connection with the system service was momentarily lost, update imminent. [@constant] CBPeripheralManagerStateUnsupported The platform doesn't support the Bluetooth Low Energy Peripheral/Server role. [@constant] CBPeripheralManagerStateUnauthorized The application is not authorized to use the Bluetooth Low Energy Peripheral/Server role. [@constant] CBPeripheralManagerStatePoweredOff Bluetooth is currently powered off. [@constant] CBPeripheralManagerStatePoweredOn 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