BluetoothLEPreferredConnectionParameters.MaxConnectionInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum 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 MaxConnectionInterval { unsigned short get(); };
uint16_t MaxConnectionInterval();
public ushort MaxConnectionInterval { get; }
var uInt16 = bluetoothLEPreferredConnectionParameters.maxConnectionInterval;
Public ReadOnly Property MaxConnectionInterval As UShort
Property Value
A 16-bit unsigned integer value representing the maximum connection inverval.
Windows requirements
App capabilities |
bluetooth
|