RemoteGattServerGetPrimaryServiceAsync Method

Returns the primary service matching the specified UUID.

Definition

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

Parameters

service  BluetoothUuid
The requested service or null if not present.

Return Value

TaskGattService

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

See Also