---
title: includedServices
framework: corebluetooth
role: symbol
role_heading: Instance Property
path: corebluetooth/cbmutableservice/includedservices
---

# includedServices

A list of included services.

## Declaration

```swift
var includedServices: [CBService]? { get set }
```

## Discussion

Discussion A service of a peripheral may contain a reference to other services that are available on the peripheral. These other services are the included services of the service.

## See Also

### Managing a Mutable Service

- [characteristics](corebluetooth/cbmutableservice/characteristics.md)
