System.Bluetooth.TBluetoothLEAdapter.ScanMode

From RAD Studio API Documentation
Jump to: navigation, search

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 TBluetoothLEAdapter

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.
Remove devices can, however, connect to the device that is running your application using Bluetooth if they have the necessary connection data.

None

Your adapter is in none of the scan modes described above.

Platform Support

Platform Supported Scan Modes

Discoverable

Connectable

None

32-bit Windows
64-bit Windows

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

YesC++11Feature.png
YesC++11Feature.png
YesC++11Feature.png

See Also