BluetoothGatt.GattConnectionTimeout Campo

Definizione

Attenzione

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

Timeout della connessione GATT, probabilmente a causa del fatto che il dispositivo remoto non è compreso nell'intervallo o non si annuncia come collegabile.

[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

Valore del campo

Value = 147

Implementazioni

Attributi

Commenti

Timeout della connessione GATT, probabilmente a causa del fatto che il dispositivo remoto non è compreso nell'intervallo o non si annuncia come collegabile.

per android.bluetooth.BluetoothGatt.GATT_CONNECTION_TIMEOUT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a