System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryLEEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDiscoveryLEEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); virtual; deprecated 'Use DoDiscoveryEnd';

C++

virtual void __fastcall DoDiscoveryLEEnd _DEPRECATED_ATTRIBUTE1("Use 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

Warning: DoDiscoveryLEEnd is deprecated. Please use DoDiscoveryEnd.

Called when a remote device discovery operation started by DoStartLeDiscovery ends successfully.

DoDiscoveryLEEnd receives the following parameters:

DoDiscoveryLEEnd calls DoDiscoveryLEEnd (Sender, ADeviceList) on its manager.

See Also