---
title: CBManagerAuthorization.denied
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbmanagerauthorization/denied
---

# CBManagerAuthorization.denied

A state that indicates the user explicitly denied Bluetooth access for this app.

## Declaration

```swift
case denied
```

## See Also

### Authorization States

- [CBManagerAuthorization.allowedAlways](corebluetooth/cbmanagerauthorization/allowedalways.md)
- [CBManagerAuthorization.notDetermined](corebluetooth/cbmanagerauthorization/notdetermined.md)
- [CBManagerAuthorization.restricted](corebluetooth/cbmanagerauthorization/restricted.md)
