Lingua

BluetoothGatt.SubrateModeHigh 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 - Requests to enable subrate mode with parameters optimized for high burstiness, enhanced data transfer.

[Android.Runtime.Register("SUBRATE_MODE_HIGH", 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 SubrateModeHigh = 3;
[<Android.Runtime.Register("SUBRATE_MODE_HIGH", 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 SubrateModeHigh : Android.Bluetooth.GattSubrateMode

Field Value

Value = 3

Implements

Attributes

Remarks

Connection subrate mode - High.

Java documentation for android.bluetooth.BluetoothGatt.SUBRATE_MODE_HIGH.

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