BluetoothLEConnectionParameters クラス

定義

Bluetooth LE 接続パラメーターを表します。

接続パラメーターと PHY の詳細については、 Bluetooth Core 仕様を参照してください。

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

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)
アプリの機能
bluetooth

プロパティ

ConnectionInterval

inverval 接続を取得します。 接続の inverval は、0x0006から0x0C80までの 1.25 ミリ秒の増分として定義されます。 Time(ms) = Interval * 1.25ms。

ConnectionLatency

接続の待機時間を取得します。 接続待機時間は、0x0000から0x01F3までの接続イベントで定義されます。

LinkTimeout

接続リンク監視のタイムアウトを取得します。 接続リンク監視のタイムアウトは、0x000Aから0x0C80までの 10 ミリ秒単位で定義されます。 Time(ms) = LinkTimeout * 10ms。

適用対象