System.Bluetooth.TBluetoothLEAdapter.DoDeviceOvercomesFilters

提供: RAD Studio API Documentation
移動先: 案内検索

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 を返します。そうでなければ、DoDeviceOvercomesFilterFalse を返します。

関連項目