BluetoothGatt.GattConnectionTimeout Campo

Definición

Precaución

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

Se agota el tiempo de espera de la conexión GATT, probablemente debido a que el dispositivo remoto está fuera del intervalo o no se anuncia como conectable.

[Android.Runtime.Register("GATT_CONNECTION_TIMEOUT", ApiSince=35)]
[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 GattConnectionTimeout = 147;
[<Android.Runtime.Register("GATT_CONNECTION_TIMEOUT", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)>]
val mutable GattConnectionTimeout : Android.Bluetooth.GattStatus

Valor de campo

Value = 147

Implementaciones

Atributos

Comentarios

Se agota el tiempo de espera de la conexión GATT, probablemente debido a que el dispositivo remoto está fuera del intervalo o no se anuncia como conectable.

Java documentación para android.bluetooth.BluetoothGatt.GATT_CONNECTION_TIMEOUT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a