System.Bluetooth.TBluetoothCustomDevice.BluetoothType
Delphi
property BluetoothType: TBluetoothType read GetBluetoothType;
C++
__property TBluetoothType BluetoothType = {read=GetBluetoothType, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothCustomDevice |
Description
Type ou types de protocole Bluetooth que le périphérique distant supporte.
Les valeurs possibles sont :
| Valeur | Types Bluetooth supportés | |
|---|---|---|
| Classic Bluetooth | Bluetooth LE | |
|
Unknown |
||
|
Classic |
|
|
|
LE |
| |
|
Dual |
|
|
Support de la plate-forme
Seule la version 4.3 (et supérieure) de Android supporte BluetoothType. Sur les autres plates-formes, BluetoothType est toujours TBluetoothType.Classic.