---
title: characteristics
framework: corebluetooth
role: symbol
role_heading: Instance Property
path: corebluetooth/cbservice/characteristics
---

# characteristics

A list of characteristics discovered in this service.

## Declaration

```swift
var characteristics: [CBCharacteristic]? { get }
```

## Discussion

Discussion This array contains CBCharacteristic objects that represent a service’s characteristics. Characteristics provide further details about a peripheral’s service. For example, a heart rate service may contain one characteristic that describes the intended body location of the device’s heart rate sensor, while another characteristic transmits heart rate measurement data.

## See Also

### Accessing Service Data

- [includedServices](corebluetooth/cbservice/includedservices.md)
