<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreBluetooth",
  "identifier" : "/documentation/CoreBluetooth/CBManager",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Bluetooth"
    ],
    "preciseIdentifier" : "c:objc(cs)CBManager"
  },
  "title" : "CBManager"
}
-->

# CBManager

The abstract base class that manages central and peripheral objects.

```
class CBManager
```

## Topics

### Accessing the Manager’s Properties

[`state`](/documentation/CoreBluetooth/CBManager/state)

The current state of the manager.

[`CBManagerState`](/documentation/CoreBluetooth/CBManagerState)

The possible states of a Core Bluetooth manager.

### Determining Authorization State

[`authorization`](/documentation/CoreBluetooth/CBManager/authorization-swift.type.property)

The current authorization status for using Bluetooth.

[`CBManagerAuthorization`](/documentation/CoreBluetooth/CBManagerAuthorization)

The current authorization state of a Core Bluetooth manager.

### Deprecated Properties

[`authorization`](/documentation/CoreBluetooth/CBManager/authorization-swift.property)

The current authorization status for using Bluetooth.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)