BluetoothLEPreferredConnectionParametersRequestStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 | 指定未指定状态。 |