BluetoothLEPreferredConnectionParameters.MinConnectionInterval Property

Definition

Gets the minimum connection inverval. The connection inverval is defined as 1.25ms increments, ranging from 0x0006 to 0x0C80. Time(ms) = Interval * 1.25ms.

public:
 property unsigned short MinConnectionInterval { unsigned short get(); };
uint16_t MinConnectionInterval();
public ushort MinConnectionInterval { get; }
var uInt16 = bluetoothLEPreferredConnectionParameters.minConnectionInterval;
Public ReadOnly Property MinConnectionInterval As UShort

Property Value

UInt16

unsigned short

uint16_t

A 16-bit unsigned integer value representing the minimum connection inverval.

Windows requirements

App capabilities
bluetooth

Applies to