CBPeripheral.DiscoverIncludedServices(CBUUID[], CBService) Method

Definition

Discovers the included services in forService that are of the service types that are identified by the UUIDs in includedServiceUUIDs.

public void DiscoverIncludedServices (CoreBluetooth.CBUUID[] includedServiceUUIDs, CoreBluetooth.CBService forService);
member this.DiscoverIncludedServices : CoreBluetooth.CBUUID[] * CoreBluetooth.CBService -> unit

Parameters

includedServiceUUIDs
CBUUID[]
forService
CBService

Applies to