BluetoothGatt.ConnectionPriorityDck Feld

Definition

Achtung

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

Aktualisierung des Verbindungsparameters – Fordern Sie die Priorität an, die für Digital Car Key bevorzugt wird, um eine niedrigere Latenzverbindung zu erhalten.

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

Feldwert

Value = 3

Implementiert

Attribute

Hinweise

Aktualisierung des Verbindungsparameters – Fordern Sie die Priorität an, die für Digital Car Key bevorzugt wird, um eine niedrigere Latenzverbindung zu erhalten. Dieser Verbindungsparameter verbraucht mehr Energie als BluetoothGatt#CONNECTION_PRIORITY_BALANCED. Daher wird empfohlen, dass Apps dies nicht verwenden, es sei denn, sie passt speziell zu ihrem Anwendungsfall.

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

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: