System.Bluetooth.TBluetoothLEAdapter

From RAD Studio API Documentation
Jump to: navigation, search

System.Bluetooth.TBluetoothCustomAdapterSystem.TObjectTBluetoothLEAdapter

Delphi

TBluetoothLEAdapter = class(TBluetoothCustomAdapter)

C++

class PASCALIMPLEMENTATION TBluetoothLEAdapter : public TBluetoothCustomAdapter

Properties

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

Description

Represents a Bluetooth Low Energy hardware adapter.

A Bluetooth hardware adapter is a piece of hardware, embedded or otherwise connected to a device, that allows this device to communicate with other devices using Bluetooth Low Energy. Each instance of TBluetoothLEAdapter represents one of these hardware adapters.

Every instance of TBluetoothLEAdapter is associated with a manager, and every TBluetoothLEManager is associated with a subclass of TBluetoothCustomAdapter such as TBluetoothLEAdapter.

You can use TBluetoothLEAdapter to discover remote devices.

See Also