System.Bluetooth.TBluetoothLEManager.ClearDevicesFromList

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also