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

指定狀態未指定。

適用於