System.Bluetooth.TBluetoothLEManager.ClearDevicesFromList
Delphi
class procedure ClearDevicesFromList(const ADeviceList: TBluetoothLEDeviceList); static;
C++
static void __fastcall ClearDevicesFromList(TBluetoothLEDeviceList* const ADeviceList);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothLEManager | 
Description
Clears a list of Bluetooth LE devices.
This function locks the list and releases it when the list is cleared.
Platform-specific implementations of TBluetoothLEAdapter.DoStartDiscovery call this function before the call to TBluetoothLEManager.StartDiscovery.