System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.MaxConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MaxConnections: Integer; override;

C++

virtual int __fastcall MaxConnections();

Properties

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

Description

Returns the maximum number of Bluetooth devices that can be connected at once.

In RAD Studio, the maximum number of Bluetooth devices that can be connected at once is 6.

See Also