<!--
{
  "availability" : [
    "iOS: 7.0.0 - 13.0.0",
    "iPadOS: 7.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.9.0 - 10.15.0",
    "tvOS: 9.0.0 - 13.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 2.0.0 - 6.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreBluetooth",
  "identifier" : "/documentation/CoreBluetooth/CBPeripheralManagerAuthorizationStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Bluetooth"
    ],
    "preciseIdentifier" : "c:@E@CBPeripheralManagerAuthorizationStatus"
  },
  "title" : "CBPeripheralManagerAuthorizationStatus"
}
-->

# CBPeripheralManagerAuthorizationStatus

Values representing the current authorization state of the peripheral manager.

```
enum CBPeripheralManagerAuthorizationStatus
```

## Topics

### Constants

[`CBPeripheralManagerAuthorizationStatus.notDetermined`](/documentation/CoreBluetooth/CBPeripheralManagerAuthorizationStatus/notDetermined)

An authorization status that indicates the user hasn’t indicated whether this app can share data using Bluetooth while in the background.

[`CBPeripheralManagerAuthorizationStatus.restricted`](/documentation/CoreBluetooth/CBPeripheralManagerAuthorizationStatus/restricted)

An authorization status that indicates this app isn’t authorized to share data using Bluetooth while in the background.

[`CBPeripheralManagerAuthorizationStatus.denied`](/documentation/CoreBluetooth/CBPeripheralManagerAuthorizationStatus/denied)

An authorization status that indicates the user explicitly denied this app from sharing data using Bluetooth while in the background.

[`CBPeripheralManagerAuthorizationStatus.authorized`](/documentation/CoreBluetooth/CBPeripheralManagerAuthorizationStatus/authorized)

An authorization status that indicates the user authorized this app to share data using Bluetooth while in the background.



---

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)