Język

BluetoothAdapter.IsLeHighDataThroughputPhySupported Method

Definition

Checks if LE High Data Throughput (HDT) PHY is supported.

[Android.Runtime.Register("isLeHighDataThroughputPhySupported", "()I", "", ApiSince=37)]
public int IsLeHighDataThroughputPhySupported();
[<Android.Runtime.Register("isLeHighDataThroughputPhySupported", "()I", "", ApiSince=37)>]
member this.IsLeHighDataThroughputPhySupported : unit -> int

Returns

the support status of the feature. Value is one of the following: BluetoothStatusCodes.FEATURE_SUPPORTED; BluetoothStatusCodes.ERROR_UNKNOWN; BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ENABLED; BluetoothStatusCodes.FEATURE_NOT_SUPPORTED

Attributes

Remarks

Checks if LE High Data Throughput (HDT) PHY is supported.

Android reference for android.bluetooth.BluetoothAdapter.isLeHighDataThroughputPhySupported.

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