Compartilhar via


BluetoothGatt.ConnectionPriorityLowPower Campo

Definição

Cuidado

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

Atualização de parâmetros de conexão - Solicite parâmetros de conexão de baixa potência e taxa de dados reduzida.

[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

Valor do campo

Value = 2

Implementações

Atributos

Comentários

Documentação Java para android.bluetooth.BluetoothGatt.CONNECTION_PRIORITY_LOW_POWER.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a