Language

BluetoothGatt.SubrateModeNotUpdated 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 - No Update applied due to error.

[Android.Runtime.Register("SUBRATE_MODE_NOT_UPDATED", 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 SubrateModeNotUpdated = 255;
[<Android.Runtime.Register("SUBRATE_MODE_NOT_UPDATED", 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 SubrateModeNotUpdated : Android.Bluetooth.GattSubrateMode

Field Value

Value = 255

Implements

Attributes

Remarks

Connection Subrate mode - No Update applied due to error.

Java documentation for android.bluetooth.BluetoothGatt.SUBRATE_MODE_NOT_UPDATED.

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