BluetoothGatt.ConnectionPriorityLowPower 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 geringe Leistung, reduzierte Verbindungsparameter für die Datenrate an.

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

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Aktualisierung des Verbindungsparameters – Fordern Sie geringe Leistung, reduzierte Verbindungsparameter für die Datenrate an.

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

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: