System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Execute; override;

C++

virtual void __fastcall Execute(void);

Properties

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

Description

Initializes the Bluetooth tethering communications thread and starts listening for remote connections.

When a remote adapter sends a request to the local Bluetooth adapter, the local adapter sends a response back to the remote adapter.

See Also