System.Bluetooth.TBluetoothLEManager.ClearDevicesFromList

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class procedure ClearDevicesFromList(const ADeviceList: TBluetoothLEDeviceList); static;

C++

static void __fastcall ClearDevicesFromList(TBluetoothLEDeviceList* const ADeviceList);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Description

Efface une liste de périphériques Bluetooth Low Energy.

Cette fonction verrouille la liste et la libère quand celle-ci est effacée.

Les implémentations de TBluetoothLEAdapter.DoStartDiscovery spécifiques à la plate-forme appellent cette fonction avant l'appel à TBluetoothLEManager.StartDiscovery.

Voir aussi