System.Bluetooth.Components.TBluetoothLE.DoOnDiscoverLEDevice
Delphi
procedure DoOnDiscoverLEDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice; Rssi: Integer; const ScanResponse: TScanResponse);
C++
void __fastcall DoOnDiscoverLEDevice(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDevice* const ADevice, int Rssi, System::Bluetooth::TScanResponse* const ScanResponse);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
Description
Dispatcher of the OnDiscoverLEDevice event.
It is called at the end of the execution of the DoInternalDiscoverLEDevice dispatcher.
This event dispatcher receives the following parameters:
Senderis the current adapter.ADeviceis the device discovered.Rssiholds the value of the current received signal strength indicator.ScanResponseis the data advertised by the device.