Freigeben über


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

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: