---
title: CBManagerState.resetting
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbmanagerstate/resetting
---

# CBManagerState.resetting

A state that indicates the connection with the system service was momentarily lost.

## Declaration

```swift
case resetting
```

## Discussion

Discussion This state indicates that Bluetooth is trying to reconnect. After it reconnects, Core Bluetooth updates the state value.

## See Also

### Manager States

- [CBManagerState.poweredOff](corebluetooth/cbmanagerstate/poweredoff.md)
- [CBManagerState.poweredOn](corebluetooth/cbmanagerstate/poweredon.md)
- [CBManagerState.unauthorized](corebluetooth/cbmanagerstate/unauthorized.md)
- [CBManagerState.unknown](corebluetooth/cbmanagerstate/unknown.md)
- [CBManagerState.unsupported](corebluetooth/cbmanagerstate/unsupported.md)
