---
title: CBPeripheralManagerState.resetting
framework: corebluetooth
role: symbol
role_heading: Case
path: corebluetooth/cbperipheralmanagerstate/resetting
---

# CBPeripheralManagerState.resetting

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

## Declaration

```swift
case resetting
```

## Discussion

Discussion When the manager is in this state, an update is imminent.

## See Also

### Constants

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