BluetoothLEPreferredConnectionParameters.ThroughputOptimized Property

Definition

A static property that gets a more aggressive set of connection parameters, optimized for faster throughput at the expense of power usage.

Note

Also reduces the number of simultaneous connections that can be made to other Bluetooth devices.

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

Property Value

A BluetoothLEPreferredConnectionParameters object representing a more aggressive set of connection parameters, optimized for faster throughput at the expense of power usage.

Windows requirements

App capabilities
bluetooth

Applies to