RequestDeviceOptionsOptionalServices Property

Additional services which are not required but the client will have access to.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public IList<Guid> OptionalServices { get; }

Property Value

IListGuid

Remarks

Not used as unlike the web we do not restrict which services are accessible.

See Also