System.Bluetooth.TBluetoothCustomDevice.BluetoothType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BluetoothType: TBluetoothType read GetBluetoothType;

C++

__property TBluetoothType BluetoothType = {read=GetBluetoothType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothCustomDevice

Description

Type or types of Bluetooth that the remote device supports.

Possible values are:

Value Supported Bluetooth Types
Classic Bluetooth Bluetooth LE

Unknown

Classic

YesC++11Feature.png

LE

YesC++11Feature.png

Dual

YesC++11Feature.png
YesC++11Feature.png

Platform Support

Only Android version 4.3 and later supports BluetoothType. On other platforms, BluetoothType is always TBluetoothType.Classic.

See Also