BluetoothLEPreferredConnectionParametersRequestStatus 枚举

定义

定义指定蓝牙 LE 首选连接参数请求的状态的常量。

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

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

指定蓝牙无线电在系统上不可用,或者之前未发现该设备。

Success 1

指定系统已接受请求。 协商参数时,将引发 BluetoothLEDevice.ConnectionParametersChanged 事件。

Unspecified 0

指定未指定状态。

适用于