Language

BluetoothGatt.SubrateModeOff 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 - Off

[Android.Runtime.Register("SUBRATE_MODE_OFF", 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 SubrateModeOff = 0;
[<Android.Runtime.Register("SUBRATE_MODE_OFF", 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 SubrateModeOff : Android.Bluetooth.GattSubrateMode

Field Value

Value = 0

Implements

Attributes

Remarks

Connection Subrate mode - Off

Java documentation for android.bluetooth.BluetoothGatt.SUBRATE_MODE_OFF.

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