includedServices
A list of included services discovered in this service.
Declaration
var includedServices: [CBService]? { get }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.