System.Bluetooth.TBluetoothLEScanFilter

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBluetoothLEScanFilter

Delphi

TBluetoothLEScanFilter = class

C++

class PASCALIMPLEMENTATION TBluetoothLEScanFilter : public System::TObject

Properties

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

Description

This class represents a BLE scan filter.

TBluetoothLEScanFilter allows to create, store and retrieve a filter that contains specific data about BLE devices you want to scan for.

You can set different filters into a filter list, represented as a TBluetoothLEScanFilterList object, which can be passed to the StartDiscovery method in order to scan only for the devices added to that list.

The different data fields you can filter devices by are:

You can also use the following masks in order to filter by subfields:

See Also