System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.GetAutomaticTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAutomaticTimeout: Cardinal; override;

C++

virtual unsigned __fastcall GetAutomaticTimeout();

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter

Description

Returns the default timeout period to discover managers.

During the discovery timeout period, the Bluetooth Adapter discovers remote managers. This timeout period depends on the number of Bluetooth devices that are paired to the TBluetoothManager.

Note: To reduce the discovery timeout, remove any not-connected Bluetooth device (but paired) from the TBluetoothManager before you try to discover Bluetooth managers.

See Also