BluetoothLEPreferredConnectionParametersRequestStatus 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Bluetooth LE 優先接続パラメーター要求の状態を指定する定数を定義します。
接続パラメーターと PHY の詳細については、 Bluetooth Core 仕様に関するページを参照してください。
public enum class BluetoothLEPreferredConnectionParametersRequestStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class BluetoothLEPreferredConnectionParametersRequestStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum BluetoothLEPreferredConnectionParametersRequestStatus
var value = Windows.Devices.Bluetooth.BluetoothLEPreferredConnectionParametersRequestStatus.unspecified
Public Enum BluetoothLEPreferredConnectionParametersRequestStatus
- 継承
-
BluetoothLEPreferredConnectionParametersRequestStatus
- 属性
Windows の要件
デバイス ファミリ |
Windows 11 (10.0.22000.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0 で導入)
|
アプリの機能 |
bluetooth
|
フィールド
AccessDenied | 3 | デバイスへのアクセスがユーザーまたはシステム ポリシーによってブロックされたことを指定します。 |
DeviceNotAvailable | 2 | Bluetooth 無線がシステムで使用できなかったか、デバイスが以前に検出されなかったことを指定します。 |
Success | 1 | 要求がシステムによって受け入れられたことを指定します。 パラメーターがネゴシエートされると、 BluetoothLEDevice.ConnectionParametersChanged イベントが発生します。 |
Unspecified | 0 | 状態が指定されていないことを指定します。 |