BluetoothLEConnectionPhyInfo 类

定义

表示有关蓝牙 LE 物理层 (PHY) 的信息。

有关连接参数和 PHY 的详细信息,请参阅 蓝牙核心规范

public ref class BluetoothLEConnectionPhyInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BluetoothLEConnectionPhyInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BluetoothLEConnectionPhyInfo
Public NotInheritable Class BluetoothLEConnectionPhyInfo
继承
Object Platform::Object IInspectable BluetoothLEConnectionPhyInfo
属性

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)
应用功能
bluetooth

属性

IsCodedPhy

获取一个值,该值指示蓝牙 LE 物理层 (PHY) 是否为 LE 编码。

IsUncoded1MPhy

获取一个值,该值指示蓝牙 LE 物理层 (PHY) 是否 (LE 1M) 未编码。

IsUncoded2MPhy

获取一个值,该值指示蓝牙 LE 物理层 (PHY) 是否) LE 2M (未编码。

适用于