---
title: CBCentralManagerState.resetting
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbcentralmanagerstate/resetting
---

# CBCentralManagerState.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. Once it does, Core Bluetooth updates the state value.

## See Also

### Constants

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