Language

BluetoothGatt.SubrateModeSystemUpdate Field

Definition

Caution

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

Connection Subrate mode - System Update.

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

Field Value

Value = 99

Implements

Attributes

Remarks

Connection Subrate mode - System Update.

Java documentation for android.bluetooth.BluetoothGatt.SUBRATE_MODE_SYSTEM_UPDATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to