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

# broadcast

A property that indicates the characteristic can broadcast its value using a characteristic configuration descriptor.

## Declaration

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

## Discussion

Discussion Don’t use this property for local characteristics published with the add(_:) method of the CBPeripheralManager class. You can’t use this property when you initialize a new CBMutableCharacteristic object with the init(type:properties:value:permissions:) method of the CBMutableCharacteristic class.

## See Also

### Characteristic Properties

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