GattServiceGetIncludedServiceAsync Method

[Missing <summary> documentation for "M:InTheHand.Bluetooth.GattService.GetIncludedServiceAsync(InTheHand.Bluetooth.BluetoothUuid)"]

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public Task<GattService> GetIncludedServiceAsync(
	BluetoothUuid service
)

Parameters

service  BluetoothUuid

[Missing <param name="service"/> documentation for "M:InTheHand.Bluetooth.GattService.GetIncludedServiceAsync(InTheHand.Bluetooth.BluetoothUuid)"]

Return Value

TaskGattService

[Missing <returns> documentation for "M:InTheHand.Bluetooth.GattService.GetIncludedServiceAsync(InTheHand.Bluetooth.BluetoothUuid)"]

See Also