System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDiscoveryEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); virtual;

C++

virtual void __fastcall DoDiscoveryEnd(System::TObject* const Sender, TBluetoothLEDeviceList* const ADeviceList);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdapter

Description

Your adapter calls DoDiscoveryEnd when a remote device discovery operation started by DoStartDiscovery ends successfully.

DoDiscoveryEnd accepts the following parameters:

DoDiscoveryEnd calls TBluetoothLEManager.DoDiscoveryEnd (Sender, ADeviceList) on its manager.

See Also