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

# CBPeripheralManagerAuthorizationStatus.notDetermined

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

## Declaration

```swift
case notDetermined
```

## See Also

### Constants

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