System.Bluetooth.TBluetoothLEAdapter.StartDiscoveryRaw
Delphi
function StartDiscoveryRaw(const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList = nil; Refresh: Boolean = True): Boolean;
C++
bool __fastcall StartDiscoveryRaw(TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList = (TBluetoothLEScanFilterList*)(0x0), bool Refresh = true);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdapter |
Description
Démarre une analyse des périphériques Bluetooth Low Energy.
La fonction StartDiscoveryRaw du gestionnaire en cours appelle cette fonction.
StartDiscoveryRaw analyse les périphériques BLE correspondant aux filtres de ABluetoothLEScanFilterList.
Si vous définissez Refresh sur True, StartDiscoveryRaw crée une nouvelle liste de filtres. Sinon, c'est la dernière liste créée qui est utilisée.
StartDiscoveryRaw appelle DoStartDiscoveryRaw.