---
title: CBPeripheralManagerAuthorizationStatus.denied
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbperipheralmanagerauthorizationstatus/denied
---

# CBPeripheralManagerAuthorizationStatus.denied

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

## Declaration

```swift
case denied
```

## See Also

### Constants

- [CBPeripheralManagerAuthorizationStatus.notDetermined](corebluetooth/cbperipheralmanagerauthorizationstatus/notdetermined.md)
- [CBPeripheralManagerAuthorizationStatus.restricted](corebluetooth/cbperipheralmanagerauthorizationstatus/restricted.md)
- [CBPeripheralManagerAuthorizationStatus.authorized](corebluetooth/cbperipheralmanagerauthorizationstatus/authorized.md)
