BluetoothGatt.ConnectionPriorityBalanced Feld

Definition

Achtung

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

Verbindungsparameteraktualisierung – Verwenden Sie die vom Bluetooth SIG empfohlenen Verbindungsparameter.

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

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Verbindungsparameteraktualisierung – Verwenden Sie die vom Bluetooth SIG empfohlenen Verbindungsparameter. Dies ist der Standardwert, wenn keine Aktualisierung des Verbindungsparameters angefordert wird.

Java Dokumentation für android.bluetooth.BluetoothGatt.CONNECTION_PRIORITY_BALANCED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: