Language

AdvertisingSetParameters.TxPowerMaxAvailable Field

Definition

Caution

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

Use the maximum available power for TX.

[Android.Runtime.Register("TX_POWER_MAX_AVAILABLE", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.LE.AdvertiseTxPower enum directly instead of this field.", true)]
public const Android.Bluetooth.LE.AdvertiseTxPower TxPowerMaxAvailable = 20;
[<Android.Runtime.Register("TX_POWER_MAX_AVAILABLE", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.LE.AdvertiseTxPower enum directly instead of this field.", true)>]
val mutable TxPowerMaxAvailable : Android.Bluetooth.LE.AdvertiseTxPower

Field Value

Value = 20

Implements

Attributes

Remarks

Use the maximum available power for TX.

Android reference for android.bluetooth.le.AdvertisingSetParameters.TX_POWER_MAX_AVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to