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

# CBManagerAuthorization.allowedAlways

A state that indicates the user has authorized Bluetooth at any time.

## Declaration

```swift
case allowedAlways
```

## See Also

### Authorization States

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