System.Bluetooth.TBluetoothAdapter.ScanMode
Delphi
property ScanMode: TBluetoothScanMode read GetScanMode;
C++
__property TBluetoothScanMode ScanMode = {read=GetScanMode, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothAdapter | 
Description
Current scan mode of your adapter.
Possible values are:
| Mode | Description | 
|---|---|
| Discoverable | Remote devices can discover the device that is running your application using Bluetooth. | 
| Connectable | Remote devices cannot discover the device that is running your application using Bluetooth. | 
| None | Your adapter is in none of the scan modes described above. | 
Platform Support
| Platform | Supported Scan Modes | ||
|---|---|---|---|
| Discoverable | Connectable | None | |
| 32-bit Windows |  |  |  | 
| OS X |  | ||
| Android |  |  |  |