System.Bluetooth.TBluetoothLEManager.DoEnableBluetooth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoEnableBluetooth: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoEnableBluetooth() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager

Description

Shows a platform-specific system activity that allows the user to turn on Bluetooth.

If the current platform supports showing this system activity, DoEnableBluetooth returns True. Otherwise, DoEnableBluetooth returns False.

EnableBluetooth calls this function.

Platform Support

Only supported on Android.

See Also