System.Bluetooth.TBluetoothLEManager.DoEnableBluetooth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function DoEnableBluetooth: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoEnableBluetooth() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


説明

ユーザーが Bluetooth をオンできる、プラットフォーム固有のシステム アクティビティを示します。

EnableBluetooth は、この関数を呼び出します。

サポート対象プラットフォーム

  • Android: Bluetooth LE アダプタがオンになるよう要求します。これは常に True を返します。
  • Windows および MAC OS: 何も行わず、常に False を返します。

関連項目