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

# delegate

The delegate object that you want to receive central manager events.

## Declaration

```swift
weak var delegate: (any CBCentralManagerDelegate)? { get set }
```

## Discussion

Discussion For information about how to implement your central manager delegate, see CBCentralManagerDelegate.
