System.Bluetooth.TBluetoothLEScanFilterList

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothLEScanFilterList

Delphi

TBluetoothLEScanFilterList = class(TList<TBluetoothLEScanFilter>);

C++

class PASCALIMPLEMENTATION TBluetoothLEScanFilterList : public System::Generics::Collections::TList__1<TBluetoothLEScanFilter*>

Properties

Type Visibility Source Unit Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

List of BLE scan filter.

TBluetoothLEScanFilterList represents a list that stores BLE scan filters.

You can pass a TBluetoothLEScanFilterList to StartDiscovery in order to scan for the specific BLE devices that are cointained into the different elements of TBluetoothLEScanFilterList.

See Also