---
title: isScanning
framework: corebluetooth
role: symbol
role_heading: Instance Property
path: corebluetooth/cbcentralmanager/isscanning
---

# isScanning

A Boolean value that indicates whether the central is currently scanning.

## Declaration

```swift
var isScanning: Bool { get }
```

## See Also

### Scanning or Stopping Scans of Peripherals

- [scanForPeripherals(withServices:options:)](corebluetooth/cbcentralmanager/scanforperipherals(withservices:options:).md)
- [Peripheral Scanning Options](corebluetooth/peripheral-scanning-options.md)
- [stopScan()](corebluetooth/cbcentralmanager/stopscan().md)
