---
title: ENStatus.bluetoothOff
framework: exposurenotification
role: symbol
role_heading: Case
path: exposurenotification/enstatus/bluetoothoff
---

# ENStatus.bluetoothOff

Bluetooth is turned off.

## Declaration

```swift
case bluetoothOff
```

## Discussion

Discussion Bluetooth is required for Exposure Notification. If Bluetooth is disabled, notify the user that Exposure Notification can’t work without Bluetooth enabled. note: This may not match the state of Bluetooth as reported by CoreBluetooth. Exposure Notification is a system service and can use Bluetooth in situations when apps cannot. For the purposes of notification of exposure, it’s better to use this API instead of CoreBluetooth.

## See Also

### States

- [ENStatus.active](exposurenotification/enstatus/active.md)
- [ENStatus.disabled](exposurenotification/enstatus/disabled.md)
- [ENStatus.restricted](exposurenotification/enstatus/restricted.md)
- [ENStatus.unknown](exposurenotification/enstatus/unknown.md)
- [ENStatus.paused](exposurenotification/enstatus/paused.md)
- [ENStatus.unauthorized](exposurenotification/enstatus/unauthorized.md)
