System.Bluetooth.TBluetoothLEAdapter.DoDeviceDiscovered
Delphi
procedure DoDeviceDiscovered(const ADevice: TBluetoothLEDevice; ANewDevice: Boolean;
const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList); virtual;
C++
virtual void __fastcall DoDeviceDiscovered(TBluetoothLEDevice* const ADevice, bool ANewDevice, TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothLEAdapter | 
Description
Raised once a device is found.