BluetoothLEPreferredConnectionParameters.PowerOptimized Property

Definition

A static property that gets a more power-efficient set of connection parameters. Optimized for power usage at the expense of throughput.

Note

Also allows for more simultaneous connections to other Bluetooth devices.

public:
 static property BluetoothLEPreferredConnectionParameters ^ PowerOptimized { BluetoothLEPreferredConnectionParameters ^ get(); };
static BluetoothLEPreferredConnectionParameters PowerOptimized();
public static BluetoothLEPreferredConnectionParameters PowerOptimized { get; }
var bluetoothLEPreferredConnectionParameters = BluetoothLEPreferredConnectionParameters.powerOptimized;
Public Shared ReadOnly Property PowerOptimized As BluetoothLEPreferredConnectionParameters

Property Value

A BluetoothLEPreferredConnectionParameters object representing a more power-efficient set of connection parameters. Optimized for power usage at the expense of throughput.

Windows requirements

App capabilities
bluetooth

Applies to