BluetoothHidDeviceAppQosSettings.ServiceNoTraffic Field

Definition

Caution

This constant will be removed in the future version. Use Android.Bluetooth.HidDeviceAppQosSettingsServiceType enum directly instead of this field.

[Android.Runtime.Register("SERVICE_NO_TRAFFIC", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.HidDeviceAppQosSettingsServiceType enum directly instead of this field.", true)]
public const Android.Bluetooth.HidDeviceAppQosSettingsServiceType ServiceNoTraffic = 0;
[<Android.Runtime.Register("SERVICE_NO_TRAFFIC", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.HidDeviceAppQosSettingsServiceType enum directly instead of this field.", true)>]
val mutable ServiceNoTraffic : Android.Bluetooth.HidDeviceAppQosSettingsServiceType

Field Value

Value = 0

Implements

Attributes

Applies to