System.Bluetooth.TBluetoothLEAdapter.DoDeviceOvercomesFilters
Delphi
function DoDeviceOvercomesFilters(const ADevice: TBluetoothLEDevice; const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList): Boolean;
C++
bool __fastcall DoDeviceOvercomesFilters(TBluetoothLEDevice* const ADevice, TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdapter |
Beschreibung
Überprüft, ob das BLE-Gerät die Datenfelder erfüllt, die in einer BLE-Suchfilterliste angegeben sind.
DoDeviceOvercomesFilter gibt True zurück, wenn das in ADevice angegebene BLE-Gerät eines der Datenfelder, die in ABluetoothLEScanFilterList angegeben sind, erfüllt. Andernfalls gibt DoDeviceOvercomesFilter False zurück.