System.Bluetooth.TBluetoothLEAdapter.DoDeviceOvercomesFilters
Delphi
function DoDeviceOvercomesFilters(const ADevice: TBluetoothLEDevice; const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList): Boolean;
C++
bool __fastcall DoDeviceOvercomesFilters(TBluetoothLEDevice* const ADevice, TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdapter |
Description
Checks whether the BLE device fulfills the data fields specified in a BLE scan filter list.
DoDeviceOvercomesFilter returns True when the BLE device specified in ADevice fulfills any of the data fields specified in ABluetoothLEScanFilterList. Otherwise DoDeviceOvercomesFilter returns False.