System.Bluetooth.TBluetoothType
Delphi
TBluetoothType = (Unknown, Classic, LE, Dual);
C++
enum class DECLSPEC_DENUM TBluetoothType : unsigned char { Unknown, Classic, LE, Dual };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
Description
Type or types of Bluetooth that a remote device supports.
Possible values are:
Value | Supported Bluetooth Types | |
---|---|---|
Classic Bluetooth | Bluetooth LE | |
Unknown |
||
Classic |
|
|
LE |
| |
Dual |
|
|