BluetoothAdapter.IsLeHighDataThroughputPhySupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.