System.Bluetooth.TBluetoothLEAdapter.DoDeviceOvercomesFilters
Delphi
function DoDeviceOvercomesFilters(const ADevice: TBluetoothLEDevice; const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList): Boolean;
C++
bool __fastcall DoDeviceOvercomesFilters(TBluetoothLEDevice* const ADevice, TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdapter |
説明
BLE デバイスが、BLE スキャン フィルタ リストで指定されているデータ フィールドに設定されているかどうか、チェックしてください。
DoDeviceOvercomesFilter は、ADevice で指定された BLE デバイスが、ABluetoothLEScanFilterList で指定されたデータ フィールドのいずれかを埋めた際に、True を返します。そうでなければ、DoDeviceOvercomesFilter は False を返します。