System.Bluetooth.TBluetoothLEManager.OnDiscoveryEnd
Delphi
property OnDiscoveryEnd: TDiscoveryLEEndEvent read FOnDiscoveryLEEnd write FOnDiscoveryLEEnd;
C++
__property TDiscoveryLEEndEvent OnDiscoveryEnd = {read=FOnDiscoveryLEEnd, write=FOnDiscoveryLEEnd};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
Description
When you call StartDiscovery, you start a discovery operation to find remote devices using Bluetooth. OnDiscoveryEnd occurs when the discovery operation finishes.
The event handler of OnDiscoveryEnd receives the following parameters:
Sender
is the adapter of your manager.ADeviceList
is a list of the remote devices that TBluetoothLEManager has discovered.