System.Bluetooth.TBluetoothLEManager.StartDiscoveryRaw

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Description

Démarre une analyse des périphériques Bluetooth Low Energy.

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.

Appelle la fonction StartDiscoveryRaw de l'adaptateur en cours.

Voir aussi