System.Bluetooth.TBluetoothCustomDevice.BluetoothType
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 |
|
|
LE |
| |
Dual |
|
|
Platform Support
Only Android version 4.3 and later supports BluetoothType. On other platforms, BluetoothType is always TBluetoothType.Classic.