Share via


BluetoothLEConnectionPhyInfo.IsCodedPhy Property

Definition

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

public:
 property bool IsCodedPhy { bool get(); };
bool IsCodedPhy();
public bool IsCodedPhy { get; }
var boolean = bluetoothLEConnectionPhyInfo.isCodedPhy;
Public ReadOnly Property IsCodedPhy As Boolean

Property Value

Boolean

bool

true if the Bluetooth LE physical layer (PHY) is LE Coded; otherwise, false.

Windows requirements

App capabilities
bluetooth

Applies to