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

# CBManagerAuthorization.notDetermined

A state that indicates the user has yet to authorize Bluetooth for this app.

## Declaration

```swift
case notDetermined
```

## See Also

### Authorization States

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