BluetoothLEConnectionPhyInfo Class

Definition

Represents info about the Bluetooth LE physical layer (PHY).

For more information on connection parameters and PHY, please reference the Bluetooth Core Specification.

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
Inheritance
Object Platform::Object IInspectable BluetoothLEConnectionPhyInfo
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)
App capabilities
bluetooth

Properties

IsCodedPhy

Gets a value indicating whether or not the Bluetooth LE physical layer (PHY) is LE Coded.

IsUncoded1MPhy

Gets a value indicating whether or not the Bluetooth LE physical layer (PHY) is (uncoded) LE 1M.

IsUncoded2MPhy

Gets a value indicating whether or not the Bluetooth LE physical layer (PHY) is (uncoded) LE 2M.

Applies to