BluetoothLEPreferredConnectionParametersRequestStatus Enum

Definition

Defines constants that specify the status of a Bluetooth LE preferred connection parameters request.

For more information on connection parameters and PHY, please reference the Bluetooth Core Specification.

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
Inheritance
BluetoothLEPreferredConnectionParametersRequestStatus
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)
App capabilities
bluetooth

Fields

AccessDenied 3

Specifies that access to the device was blocked by the user or by system policy.

DeviceNotAvailable 2

Specifies that a Bluetooth radio was not available on the system, or that the device was not previously discovered.

Success 1

Specifies that the request was accepted by the system. When the parameters are negotiated, the BluetoothLEDevice.ConnectionParametersChanged event is raised.

Unspecified 0

Specifies that the status is unspecified.

Applies to