Langue

BluetoothDevice.PhyLeHdt 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.

[Android.Runtime.Register("PHY_LE_HDT", 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 PhyLeHdt = 5;
[<Android.Runtime.Register("PHY_LE_HDT", 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 PhyLeHdt : Android.Bluetooth.BluetoothPhy

Field Value

Value = 5

Implements

Attributes

Remarks

Bluetooth LE HDT PHY. Used to refer to LE High Data Throughput Physical Channel.

Android reference for android.bluetooth.BluetoothDevice.PHY_LE_HDT.

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