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

# delegate

The delegate object specified to receive peripheral events.

## Declaration

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

## Discussion

Discussion For information about how to implement your peripheral delegate, see CBPeripheralDelegate.

## See Also

### Identifying a Peripheral

- [name](corebluetooth/cbperipheral/name.md)
