---
title: state
framework: corebluetooth
role: symbol
role_heading: Instance Property
path: corebluetooth/cbmanager/state
---

# state

The current state of the manager.

## Declaration

```swift
var state: CBManagerState { get }
```

## Discussion

Discussion This state is initially set to CBManagerState.unknown. When the state updates, the manager calls its delegate’s centralManagerDidUpdateState(_:) method.

## See Also

### Accessing the Manager’s Properties

- [CBManagerState](corebluetooth/cbmanagerstate.md)
