System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryLEEnd
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:
Sender
is your adapter.ADeviceList
is a list of Bluetooth remote devices that contains all the remote devices found during the discovery operation.
DoDiscoveryLEEnd calls DoDiscoveryLEEnd (Sender
, ADeviceList
) on its manager.