System.Bluetooth.TBluetoothLEManager.StartDiscoveryRaw

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

Delphi

function StartDiscoveryRaw(const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList = nil; Refresh: Boolean = True): Boolean;

C++

bool __fastcall StartDiscoveryRaw(TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList = (TBluetoothLEScanFilterList*)(0x0), bool Refresh = true);

プロパティ

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


説明

Bluetooth LE デバイスのスキャンを開始します。

StartDiscoveryRaw は、ABluetoothLEScanFilterList に格納されているフィルタによる BLE デバイスに対してスキャンします。

RefreshTrue に設定すると、StartDiscoveryRaw は新しいフィルタ リストを作成します。. そうでなければ、最後に作成されたフィルタを使用します。

現在のアダプタStartDiscoveryRaw 関数を呼び出します。

関連項目