System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoDiscoverManagers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDiscoverManagers(Timeout: Cardinal; const ATargetList: TTetheringTargetHosts;  const AProfileGroups, AProfileTexts: TArray<string>); override;

C++

virtual void __fastcall DoDiscoverManagers(unsigned Timeout, const System::DynamicArray<System::UnicodeString> ATargetList, const System::DynamicArray<System::UnicodeString> AProfileGroups, const System::DynamicArray<System::UnicodeString> AProfileTexts);

Properties

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

Description

Starts the discovery of remote managers for connection to the Manager of the Bluetooth adapter.

If the ATargetList is empty, your manager performs the discovery of the remote managers on the list of all remote devices that are paired.

You can specify a list of one or more target Bluetooth devices to be searched. The target Bluetooth devices can be passed as:

See Also