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

# includedServices

A list of included services discovered in this service.

## Declaration

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

## Discussion

Discussion This array contains CBService objects that represent the included services of a service. 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. You discover included services using the discoverIncludedServices(_:for:) method of the CBPeripheral class.

## See Also

### Accessing Service Data

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