---
title: indicate
framework: corebluetooth
role: symbol
role_heading: Type Property
path: corebluetooth/cbcharacteristicproperties/indicate
---

# indicate

A property that indicates the peripheral permits notifications of the characteristic’s value, with a response from the central to indicate receipt of the notification.

## Declaration

```swift
static var indicate: CBCharacteristicProperties { get }
```

## See Also

### Characteristic Properties

- [broadcast](corebluetooth/cbcharacteristicproperties/broadcast.md)
- [read](corebluetooth/cbcharacteristicproperties/read.md)
- [writeWithoutResponse](corebluetooth/cbcharacteristicproperties/writewithoutresponse.md)
- [write](corebluetooth/cbcharacteristicproperties/write.md)
- [notify](corebluetooth/cbcharacteristicproperties/notify.md)
- [authenticatedSignedWrites](corebluetooth/cbcharacteristicproperties/authenticatedsignedwrites.md)
- [extendedProperties](corebluetooth/cbcharacteristicproperties/extendedproperties.md)
- [notifyEncryptionRequired](corebluetooth/cbcharacteristicproperties/notifyencryptionrequired.md)
- [indicateEncryptionRequired](corebluetooth/cbcharacteristicproperties/indicateencryptionrequired.md)
