Język

BluetoothDevice.PhyLeHdtMask Field

Definition

Caution

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

Bluetooth LE HDT PHY mask.

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

Field Value

Value = 16

Implements

Attributes

Remarks

Bluetooth LE HDT PHY mask. Used to specify LE High Data Throughput Physical Channel as one of many available options in a bitmask.

Android reference for android.bluetooth.BluetoothDevice.PHY_LE_HDT_MASK.

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