---
title: isBroadcasted
framework: corebluetooth
role: symbol
role_heading: Instance Property
path: corebluetooth/cbcharacteristic/isbroadcasted
---

# isBroadcasted

A Boolean value that indicates whether the characteristic the service broadcasts this characteristic.

## Declaration

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

## Discussion

Discussion Don’t use this deprecated property.

## See Also

### Accessing Characteristic Data

- [value](corebluetooth/cbcharacteristic/value.md)
- [descriptors](corebluetooth/cbcharacteristic/descriptors.md)
- [properties](corebluetooth/cbcharacteristic/properties.md)
- [CBCharacteristicProperties](corebluetooth/cbcharacteristicproperties.md)
- [isNotifying](corebluetooth/cbcharacteristic/isnotifying.md)
