BluetoothLEConnectionParameters.LinkTimeout Property

Definition

Gets the connection link supervision timeout. The connection link supervision timeout is defined in 10ms increments, ranging from 0x000A to 0x0C80. Time(ms) = LinkTimeout * 10ms.

public:
 property unsigned short LinkTimeout { unsigned short get(); };
uint16_t LinkTimeout();
public ushort LinkTimeout { get; }
var uInt16 = bluetoothLEConnectionParameters.linkTimeout;
Public ReadOnly Property LinkTimeout As UShort

Property Value

UInt16

unsigned short

uint16_t

A 16-bit unsigned integer value representing the connection link supervision timeout.

Windows requirements

App capabilities
bluetooth

Applies to