System.Bluetooth.Components.TBluetoothLE

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBluetoothLE

Delphi

TBluetoothLE = class(TComponent)

C++

class PASCALIMPLEMENTATION TBluetoothLE : public System::Classes::TComponent

Properties

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

Description

Component that serves as a wrapper for the main features of the classes of the Bluetooth Low Energy framework, such as TBluetoothLEManager, TBluetoothGattServer, TBluetoothLEDevice, or TBluetoothGattService.

The TBluetoothLE component provides Bluetooth Low Energy features such as:

You can also access the underlying instances of classes of the Bluetooth Low Energy framework for fine-grained control or advanced features using properties such as CurrentAdapter, CurrentManager, or GattServer.

See Also