System.Bluetooth.TBluetoothAdapter.DoDiscoveryEnd
Delphi
procedure DoDiscoveryEnd(const Sender: TObject; const ADeviceList: TBluetoothDeviceList); virtual;
C++
virtual void __fastcall DoDiscoveryEnd(System::TObject* const Sender, TBluetoothDeviceList* const ADeviceList);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | System.Bluetooth.pas System.Bluetooth.hpp  | 
        System.Bluetooth | TBluetoothAdapter | 
Description
Called when a remote device discovery operation started by DoStartDiscovery ends successfully.
DoDiscoveryEnd receives the following parameters:
Senderis your adapter.ADeviceListis a list of Bluetooth remote devices that contains all the remote devices found during the discovery operation.
DoDiscoveryEnd calls DoDiscoveryEnd (Sender, ADeviceList) on its manager.