Enumeration
CBCentralManagerState
Values representing the current state of a central manager object.
SDKs
- iOS 5.0–10.0Deprecated
- macOS 10.7–10.13Deprecated
- Mac Catalyst 13.0–13.0Deprecated
- tvOS 9.0–10.0Deprecated
- watchOS 2.0–3.0Deprecated
Declaration
enum CBCentralManagerState : Int
Topics
Constants
case poweredOn
A state that indicates Bluetooth is currently powered on and available to use.
case resetting
A state that indicates the connection with the system service was momentarily lost.
case unauthorized
A state that indicates the application isn’t authorized to use the Bluetooth low energy role.
case unsupported
A state that indicates this device doesn’t support the Bluetooth low energy central or client role.