Package apple.corebluetooth.enums
Class CBManagerState
- java.lang.Object
-
- apple.corebluetooth.enums.CBManagerState
-
public final class CBManagerState extends java.lang.Object[@enum] CBManagerState Represents the current state of a CBManager. [@constant] CBManagerStateUnknown State unknown, update imminent. [@constant] CBManagerStateResetting The connection with the system service was momentarily lost, update imminent. [@constant] CBManagerStateUnsupported The platform doesn't support the Bluetooth Low Energy Central/Client role. [@constant] CBManagerStateUnauthorized The application is not authorized to use the Bluetooth Low Energy role. [@constant] CBManagerStatePoweredOff Bluetooth is currently powered off. [@constant] CBManagerStatePoweredOn Bluetooth is currently powered on and available to use.- See Also:
authorization
-
-
Field Summary
Fields Modifier and Type Field Description static longPoweredOffstatic longPoweredOnstatic longResettingstatic longUnauthorizedstatic longUnknownstatic longUnsupported
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Resetting
public static final long Resetting
- See Also:
- Constant Field Values
-
Unsupported
public static final long Unsupported
- See Also:
- Constant Field Values
-
Unauthorized
public static final long Unauthorized
- See Also:
- Constant Field Values
-
PoweredOff
public static final long PoweredOff
- See Also:
- Constant Field Values
-
PoweredOn
public static final long PoweredOn
- See Also:
- Constant Field Values
-
-