System.Bluetooth.TBluetoothCustomDevice.BluetoothType
Delphi
property BluetoothType: TBluetoothType read GetBluetoothType;
C++
__property TBluetoothType BluetoothType = {read=GetBluetoothType, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothCustomDevice | 
説明
リモート デバイスでサポートしているBluetooth の種類(複数可)です。
取り得る値は次のとおりです。
| 値 | サポートされている Bluetooth の種類 | |
|---|---|---|
| クラシック Bluetooth | Bluetooth LE | |
| Unknown | ||
| Classic |  | |
| LE |  | |
| Dual |  |  | 
プラットフォーム サポート
Android バージョン 4.3 以降のみ BluetoothType をサポートしています。他のプラットフォームでは、BluetoothType は常に TBluetoothType.Classic です。