BluetoothGatt.GattConnectionCongested Field

Definition

Caution

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

A remote device connection is congested.

[Android.Runtime.Register("GATT_CONNECTION_CONGESTED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)]
public const Android.Bluetooth.GattStatus GattConnectionCongested = 143;
[<Android.Runtime.Register("GATT_CONNECTION_CONGESTED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)>]
val mutable GattConnectionCongested : Android.Bluetooth.GattStatus

Field Value

Value = 143

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothGatt.GATT_CONNECTION_CONGESTED.

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